Builds? CI? Testing? Lack of good IDEs? Lack of visualization? Dev tools? Refactoring? What are your challenges? (and of course what environment are you using and how does that affect it?)
Ask HN: What are your biggest frustrations with Linux development?
1–10 of 75 posts
Re: Ask HN: What are your biggest frustrations with Linux development?
#2I had a Lenovo X200s for over 4 years and finding a viable replacement is almost impossible.
I am saddened by the fact that there are no i7 / 16GB / highDPI with decent keyboard at the price of a 2015 Retina MBP.
Re: Ask HN: What are your biggest frustrations with Linux development?
#3Lack of good hardware/laptops. I had a Lenovo X200s for over 4 years and finding a viable replacement is almost impossible. I am saddened by the fact that there are no i7 / 16GB / highDPI with decent keyboard at the price of a 2015 Retina MBP.
Re: Ask HN: What are your biggest frustrations with Linux development?
#4Lack of good hardware/laptops. I had a Lenovo X200s for over 4 years and finding a viable replacement is almost impossible. I am saddened by the fact that there are no i7 / 16GB / highDPI with decent keyboard at the price of a 2015 Retina MBP.
Re: Ask HN: What are your biggest frustrations with Linux development?
#5* Hardware vendors not showing much love
Re: Ask HN: What are your biggest frustrations with Linux development?
#6Lack of good hardware/laptops. I had a Lenovo X200s for over 4 years and finding a viable replacement is almost impossible. I am saddened by the fact that there are no i7 / 16GB / highDPI with decent keyboard at the price of a 2015 Retina MBP.
Try a 2015 Dell XPS 13. Fits all your specs, also has a developer edition with Ubuntu already installed.
Re: Ask HN: What are your biggest frustrations with Linux development?
#7I would love to see an editor which clones acme, but follows a few of the modern ui conventions.
Re: Ask HN: What are your biggest frustrations with Linux development?
#8Re: Ask HN: What are your biggest frustrations with Linux development?
#9Re: Ask HN: What are your biggest frustrations with Linux development?
#10Everything seems easier to install and I don't need gigabytes of space to build my environment. (Visual Studio, I'm talking about you!) Working with Git and gcc was as easy as it can get right at the beginning of my switch. Back in Windows days, I was primarily using Dev-C++ and a GitHub desktop client (which I really don't like btw). Now, I'm just using Atom with a couple of third party extensions.
Although I have to say that I kind of miss the easiness of building desktop applications using Visual Studio. I haven't found a single IDE that allows me to create forms with just a few clicks like Visual Studio does. I stopped paying attention to GUIs for my programs primarily because of that.