Hacker News new | ask | show | jobs
by thrower123 2593 days ago
> nobody would be debugging with gdb, rather than Visual Studio

If Visual Studio ran on Linux, would anybody bother with gdb? Currently, the second-highest voted UserVoice issue for Visual Studio is people asking for a Linux version (and rather hilariously not understanding what a colossal rewrite that would entail...)

https://visualstudio.uservoice.com/forums/121579-visual-stud...

> Nobody would be LaTeXing instead of using MS Word or Adobe Illustrator.

LaTeX might just be easier than trying to typeset something reliably in Word. I know I always wrote in plain-text and then did a final pass to paste and format it into Word immediately before printing.

> GIMP isn't as good as Photoshop (if I believe what people say), yet people still use it.

Photoshop is stupidly expensive still, and cracking software has fallen out of favor

2 comments

> second-highest voted UserVoice issue for Visual Studio is people asking for a Linux version

How many of these users are long time free software developers, though, who did free software long before it could just be a reluctant aspect of a job you land into?

Interestingly enough Visual Studio now supports cross platform debugging ( you still need Visual Studio running on windows, but it can debug a linux based program )
A variant called Embedded Visual Studio already supported cross debugging of Windows CE targets twenty years ago. (I was there and used it). Maybe that's not quite cross-platform, but kind of half-way.