Elixir で Open JTalk を使い、IEx に日本語をしゃべらせてみた - Qiita

はじめに IEx で日本語音声を発声させてみます。 TL;DR まず、Elixir がインストールされていることを確認します。 ターミナル $ elixir --version Erlang/OTP 28 [erts-16.1.1] [source] [64-bit]...

Qiita

Copy to Clipboard in IEx

Tags: #clipboard, #elixir, #iex

https://ift.tt/DkO4xZV

What’s Behind IEX Stock's 12% Fall Today? Market Coupling Impact Explained

IEX stock fell 12.47% to Rs 209.40 due to media reports about upcoming market coupling, which may unify pricing across exchanges. This raised concerns about trading volume impacts. Trading activity was significant, with 40.53 lakh shares exchanged, contributing to a market cap decline. Investors face uncertainty regarding future trade dynamics.

PeopleTalky

Hello again.

After a long break I come back to learn new languages.

I've started to learn #elixir . For this way I will use "Elixir in Action" book and #codewars .

I will share news on #mastodon and on #github , may be I can find people who interested in learning new languages too.

https://github.com/DanteOnline/blog-posts/tree/main/learning-elixir/elixir-in-action-book - this is first code from the book.

Today I learned about #modules, #functions, #iex (elixir shell), #Constants

Happy coding 

blog-posts/learning-elixir/elixir-in-action-book at main · DanteOnline/blog-posts

Blog posts about IT, learning and other related topics by @DanteOnline - DanteOnline/blog-posts

GitHub

المصرية للاتصالات تنتهى من إنزال الكابل البحرى IEX فى مصر

https://todaypic.net/business/190118/

المصرية للاتصالات تنتهى من إنزال الكابل البحرى IEX فى مصر

أعلنت اليوم الشركة المصرية للاتصالات، المتخصصة في مجال تقديم خدمات الاتصالات وتكنولوجيا المعلومات في مصر وأحد أكبر مشغلي الكابلات البحرية في المنطقة، ومورّد الكابلات البحرية العالمي SubCom، …

TodayPic

👨‍💻 I constantly forget the command #iex:break to cancel open expressions in the Elixir repl. While searching for it I found this post which also suggested an iTerm2 shortcut to make it even easier to use. 👍 #MyElixirStatus

https://shyr.io/blog/elixir-iex-cancel-command

Cancel Commands in IEx

When typing out long or multi-line commands in IEx, I sometimes make a typo or another mistake. And more often than not, it’s easier typing it from scratch than…

How can you disable the "bell" in #elixir #iex ❓  

It keeps beeping even though I disabled all the other #terminal boops and bleeps... 

Debugging #elixir with interactive #iex is a highly underrated feature of the language  🧑‍💻

RT @[email protected]

"Fundamentally Strong" doesn't mean strong at any price.

#IRCTC can be a great at 2000 but not at 5,000
#IEX can be great at 500 but not at 950.
Same about #CDSL #indiamart & others

Even the best company in the world is not investment worthy at certain price.

#investing

🐦🔗: https://twitter.com/paulasset/status/1451784197669011457

Prasenjit Paul on Twitter

“"Fundamentally Strong" doesn't mean strong at any price. #IRCTC can be a great at 2000 but not at 5,000 #IEX can be great at 500 but not at 950. Same about #CDSL #indiamart & others Even the best company in the world is not investment worthy at certain price. #investing”

Twitter
@SuperDicq My understanding is that you have to use named node with the same Erlang cookie. I would run #IEx on the same user account as Pleroma node, because this gives full access to connected node and applications running on it and is a huge #security risk. More here: https://elixirforum.com/t/distillery-node-defaults-should-i-be-concerned-about-security/14836.

Btw., maybe #Pleroma sets some name by itself? I suppose you've already checked that, though.

#Systemd has a nice overriding mechanism - you can personalize unit settings with `systemd edit <unit_name>` (I think) in case you'd like to add node name yourself.

AFAIU, node name can be also set using #Erlang / #Elixir application configuration. More here: https://dockyard.com/blog/2016/01/28/running-elixir-and-phoenix-projects-on-a-cluster-of-nodes.
Distillery node defaults - should I be concerned about security?

I have a phoenix app deployed as distillery release. By default, distillery sets node name to [email protected] and cookie to app_name. Do I need to be concerned about security here? Can anybody connect to the node and execute commands on my production machine? From what I understand, in order to connect to such node, one should explicitly setup ssh tunnel to [email protected] is this correct?