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
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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.