Live data from Hacker News

Ask HN: What are your biggest frustrations with Linux development?

news.ycombinator.com

1–10 of 75 posts

Ask HN: What are your biggest frustrations with Linux development?

#1
For those of you who develop using Linux, what are your biggest frustrations?

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?)

Re: Ask HN: What are your biggest frustrations with Linux development?

#3
post #2

Lack 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?

#4
post #2

Lack 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.

Have you looked at the Clevo 230SS? It goes under the name Optimus VI with PC Specialist.

Re: Ask HN: What are your biggest frustrations with Linux development?

#6
post #3
post #2

Lack 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.

No, it doesn't. The XPS 13 can only have a maximum of 8 GB RAM.

Re: Ask HN: What are your biggest frustrations with Linux development?

#7
Personally, I can't find a text editor I like. The closest I came was acme from plan9, shown here https://www.youtube.com/watch?v=dP1xVpMPn8M.

I 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?

#10
I have to say I'm pretty satisfied, even more than I was before when I was using Windows.

Everything 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.

Post reply on HN