I would definitely recommend Foundation series. I have not watched the show but I would be surprised if they could adapt it well since it is not something that would easily be portrayed on film.
AsimovIV
- 0 Posts
- 6 Comments
Joined 2 years ago
Cake day: June 27th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I think there might actually be people that talk like that. It reminds me of one of my favorites: Mozilla COLORWAYS!
AsimovIV@discuss.tchncs.deto
World News@lemmy.world•Multiple Teslas set on fire in GermanyEnglish
41·8 months agoWhy did I just think of this bullshit after reading your comment?
AsimovIV@discuss.tchncs.deto
Programmer Humor@programming.dev•The program is stableEnglish
12·8 months agoLGTM.
AsimovIV@discuss.tchncs.deto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Ps4 gamesEnglish
2·1 year agoHere is a link answering your question: What you can do with a Jailbroken PS4 in 2024!

Elixir is quite amazing to write and read, the major libraries (Pheonix, Ecto, etc.) have excellent documentation, the tools are generally excellent and it is built on to BEAM which is amazing. But it is a dynamically typed language with all the pain that can incur. Of course, there are tools (such as Dialyzer) to give some amount of static type checking but they were not very good when I tried them some years ago. Using things that need mutation can also be a pain.
Programming Elixir 1.6 Functional |> Concurrent |> Pragmatic |> Funwas the book I used to learn functional programming and Elixir and it served me well.There are other good languages you can look into such as Ocaml (that has good free resources for new programmers) and Racket with the amazing free course you can find on OSSU.