Nefcairon
Hello,
Moderators: Didn’t find any category that fits, so please change if you like.
I am looking for recommendations for the following situation:
I already have a notebook (windows), but it’s more a replacement for a personal computer. When the weather is warm enough, I rather want to sit in the garden learning Elixir and Phoenix. But my notebook is cumbersome to carry it outside and I think it would be better to use linux for development.
Can you recommend a laptop that run linux for my purpose? The cheaper, the better. (I am not sure if I could code in Elixir on a Chromebook).
Trending in Questions
Hello!
Suppose you are building workflow (order / task / payment) processing system with the following requirements:
Each workflow con...
New
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Using Phoenix.LiveView.TagEngine as an EEx.Engine is deprecated!
To compile HEEx, use Phoenix.LiveView.TagEngine.compile/2 instead.
Sta...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Hi all, I wanted to ask how the community is dealing with post-release steps.
Today we have Ecto migrations, which make sure that the db...
New
Kia ora,
We have been using elixir-google-api to connect to Google Drive. However, with the updates to Tesla due to CVEs this is now bro...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 7 of 7 Posts
Ted
In addition to what @cnck1387 wrote…
… the Elixir wiki has a page dedicated to Windows, in which a lot of details about installing WSL can be found.
AstonJ
I still love my 11" MacBook Air - it’s tiny and highly portable, and I use it as my main computer (just plug it into a monitor with bluetooth keyboard and trackpad when at my desk).
You might also find this poll interesting:
Nefcairon
Thanks to all so far.
I definitely want to learn a new OS. I know Windows and MacOS, I seldom used Linux and never chromeOS. So I will not be a MacBook or a windows machine.
mindok
I got a second hand Thinkpad X220 a year or so ago. Cheap as chips and easily the best keyboard on any laptop I’ve used. I put an SSD in and it runs latest Ubuntu and the full Elixir / Phoenix stack just fine. The only downer is battery life isn’t great. I do most of my paid work on either MacBook Air or Windoze laptop. The X220 is for tinkering. The excuse is making sure code builds cross platform, but really I just love the keyboard and the general feel of something built in the days where robustness trumped thinness.
david_ex
Thinkpads can usually be obtained used for cheap (e.g. when companies renew their fleet and sell the old ones) and typically have excellent Linux support. If that’s something you’d consider doing, take a look at Used ThinkPad Buyer's Guide (although note that price in EU tend to be higher than the US ones in the guide).
Nefcairon
2 years later I finally have decided to buy a chromebook (Acer CP713-3w).
Has anyone experience with Erlang/Elixir (+Rust for the Nx.Explorer package) on Crostini? Is it any different from developing on a Ubuntu machine?
John-Goff
I’ve installed elixir and Phoenix on my chromebook, but I haven’t done a ton of development work with it. Just enough to know that it works. Does take a little getting used to to understand where your Linux machine ends and the chromebook begins. Getting my editor set up properly (I use emacs) was probably the hardest part.