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 Asklemmy@lemmy.ml•What would you be willing to sacrifice for a better world?English11·5 months agoSometimes I sit down and muse about the great world we could create if everything was owned by the state, only approved speech was allowed, if only the best people were allowed to reproduce and everyone was only allowed to think approved thoughts. Like to get my Utopia I am even willing to subject an innocent child to a life of constant suffering and misery…
AsimovIV@discuss.tchncs.deto Asklemmy@lemmy.ml•Could you do me a favour and make this post look like a Reddit post?English13·1 year agoAre you sure about that? I was watching a youtube video some time ago and it said that the 7% thing is false. What sources do you have that its true? I have gotten many many propts from stangers and have NEVER gotten an allergic reaction. Edit: found the video.
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 |> Fun
was 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.