this post was submitted on 23 May 2024
81 points (85.8% liked)

Linux

48039 readers
766 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

And why do you use them?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 months ago (1 children)

I'm sure there are some closed softwares left worth paying for but personally I would stop paying for all of it.

The only software left that I pay for is phpstorm and it's buggy as hell and for every bug report I get a "well, nobody really cares". Then what the hell am I paying for?

Well I'm paying for features not found in other systems but seriously, it soeerds my work up by 300% and slows it down by 200% due to the extreme amount of bugs.. it's not acceptable for a paid product but unfortunately there is no good alternative open source product yet.

[–] [email protected] 1 points 5 months ago (1 children)

What is it in PHPStorm that isn't available in any other editors or IDEs?

[–] [email protected] 2 points 5 months ago

I don't know other IDE's very well, haven't used others in years.

Amongst things... PHPstorm allows me to rename a method and it will automatically rename that method in any extended class, interface, etc, and any call to they method too. It usually, mostly, does a reasonable job at it, but sometimes it forks up big time.

I guess I am willing to try eclipse again, see how well that goes.