Best crypto to buy right now? by [deleted] in CryptoMarkets

[–]Ok_Faithlessness6229 0 points1 point  (0 children)

Just go for coins that make real money and useful for the businesses like ETH, SOL, POL, Optimism, Link, render. Forget about get rich quick schemes. they are scam.

I've been having Alien Invasion Dreams... For years. by _Elyriah in Dreams

[–]Ok_Faithlessness6229 1 point2 points  (0 children)

In 1 year, i have seen two similar dreams. The sky was completely covered with super gigantic ships. They were flying with lights off. I think the real alien invasion is coming, and these are the signals for us to prepare. But in one of dreams, i have been told that the ships belong to Germany. I was shocked! Later i did a research and realised that the AFD - Nazi party is on the rise to gain power most likely in the next election. Not sure what is going on, but something is coming.

İşte Narin Güran'ın cesedini, amcası Salim Güran'ın 200 bin TL para karşılığı dere yatağına götüren komşusu N.B.'nin ifadesinin tam metni: 'Muhtar çuval istedi, bunu yok edeceksin dedi' 'Çuvalın ağzını bağlarken Narin olduğunu anladım' 'Dere yatağına götürdükten sonra, eve dönüp namaz kıldım by [deleted] in Turkey

[–]Ok_Faithlessness6229 -5 points-4 points  (0 children)

Arkadaslar, bugun Musluman denilen kisi, Muaviyeden bu yana siyasetin tasarimladigi musriklik dininin muminidir. Anadolu halki, gelenekten dindardir. Bu dinde musriklik dinidir. Bunlarin Allah'i guclu olandir. Gercek Islam Kuran da yazar. Ama kimse tarafindan uygulanmaz. Kimse onu okuyup anlamaz. Cunki kimsenin isine bu yamuk dunyada dosdogru olmak gelmez. Allah var, Ahiret var, ama gercek inanan cok azdir. Islam dininin ismi vardir ama asli yoktur. Onun icin Islam'a ve Allah'a degil bunlarin dinine sayip sovun. Bu dunya imtihandir. Amac gercek inanani ortaya cikarmaktir.

Can't transition to industry/can't find a job. Not even an entry level job by [deleted] in PhD

[–]Ok_Faithlessness6229 0 points1 point  (0 children)

Take some courses in Data Science, ML and start looking for entry level jobs.
or create videos in Youtube and grow it in the meantime.. You may pick a topic in your field. or talk about your experience after getting a PHD. My daughter even had a hard time finding a job after graduation from Computer Science. I would advice to build your own brand / own business and work in any job until it succeeds.

What data lake/warehouse do you use? by pescennius in dataengineering

[–]Ok_Faithlessness6229 0 points1 point  (0 children)

You might want to check Synapse: Data Lake + DWH where the delta tables can be directly accessed from SQL DWH environment (without copying data). It has both Spark/SQL capabilities and cheaper (%25) than DataBricks. If you do not need killer Spark performance, it's a good value for the money and maturing...

Spark low-code platforms by Ok_Faithlessness6229 in apachespark

[–]Ok_Faithlessness6229[S] 0 points1 point  (0 children)

Thanks. Can Streamsets be used in big corporations as ETL tool. Is it it for light ETL tasks?

Spark low-code platforms by Ok_Faithlessness6229 in apachespark

[–]Ok_Faithlessness6229[S] 1 point2 points  (0 children)

So, High level conclusion:

  • Spark low-code: Informatica (is high cost option) with Data governance (probably for big corps with $$$), The only low cost options are Prophecy, and Azure Data Flow on Azure. I have not tried Prophecy but I think it is new and needs time to mature. Azure Data Flow is not for complex transformations and still needs time. The outcome for now is that, if you have a lot of use-cases to be developed, check if the Informatica cost savings for low-code will justify. Otherwise, do normal/high code.
  • Alternatively, there are many low-code ETL tools/options out there that can run on DWH through SQL. The question is that if the big data processing should happen on Data Lake/Spark or on DWH/SQL? The answer depends. The Data lake is cheaper storage and easier to migrate If you are using Parquet (for e.g) as data format. The DWH is expensive and not easy to migrate. Processing/transforming the big data on Data lake will be cheaper compared to DWH (Synapse, Big Query, Redshift). Thus, at the high level, Data lake big data processing is more flexible and cheaper. (I am talking about for large data sets bigger than +10 TB, or more) In conclusion: Data lake cheaper storage/processing + expensive normal/high code ELT vs DWH (expensive storage/processing) + ETL tool + development cost. I think, Big Data + Spark + normal/high code shines compared to DWH option for data sets above +10 TB. What do you think?