Ask HN: What is the best enterprise software you use every day?
241–250 of 418 posts
Re: Ask HN: What is the best enterprise software you use every day?
#242Re: Ask HN: What is the best enterprise software you use every day?
#243Re: Ask HN: What is the best enterprise software you use every day?
#244It was just better than the regular ssh client.
Really worth it's price, if anything because you can create a set of sessions and share them with all your colleagues.
Re: Ask HN: What is the best enterprise software you use every day?
#245Jetbrains IntelliJ. I use it for html, JS, CSS, Vue, node.js, Python, Java, SQL, etc. I’ve tried visual studio and some other IDEs, but find intellij to be superior in every way.
Except being a bit too strict about style. I've started using Rider midway in a project, its formatting didn't really follow a style. Now every time I paste stuff or do anything really the whole file gets reformatted. You can find lots of people complaining about that. And it's not a new problem either: https://intellij-support.jetbrains.com/hc/en-us/community/po... https://intellij-support.jetbrains.com/hc/en-us/com…
Re: Ask HN: What is the best enterprise software you use every day?
#246Surprised by the answers given here. If I hear 'enterprise', I'm thinking SAP, IBM, Oracle. SAS etc., not some dev environments or niche tools.
Is HN overrun by coding noobs who are pathologically handicapped in the size of their vocabulary? How the eff is 'IntelliJ' an enterprise s/w?
Re: Ask HN: What is the best enterprise software you use every day?
#247Splunk! If only it didn't cost an arm and a leg. No other solution, open or closed comes close. Second best: Office 365
Have you looked at Sumo Logic?
Good query language (rollup,piping,stats,etc...),visualization and rich function set (eval and stats functions in splunk) is a minimum requirement for me. Tried Kibana,Graylog,Sentinel and a few others I can't mention here.
Re: Ask HN: What is the best enterprise software you use every day?
#248Surprised by the answers given here. If I hear 'enterprise', I'm thinking SAP, IBM, Oracle. SAS etc., not some dev environments or niche tools.
Yep, RHEL would be an example of open source enterprise software.
Re: Ask HN: What is the best enterprise software you use every day?
#249Earlier quoted context omitted.
I definitely am on the opposite side when it comes to Tableau. After you get over the initial learning curve you start to realize that everything in Tableau when working with calculated fields is a workaround. If your data doesn't already look amazing going into Tableau you're in for a bad time.
Calculated fields are simply field level transformations in SQL. They aren't workarounds as such, but they are often used for workarounds. The most common workarounds are for folks coming in with an Excel mindset (where operations are cell-level) who want to accomplish something that is easy in Excel but hard in Tableau. For instance, almost everything in Tableau is an aggregation, so displaying a simple unaggregated…
I have really struggled with some “easy” stuff in Tableau and gave up. But rephrasing it’s strengths and weaknesses around mindset and to think about it more like sql sounds like a good approach that I’ll try next time I meet it.
Re: Ask HN: What is the best enterprise software you use every day?
#250Earlier quoted context omitted.
I used to use it for Scala, sometimes the editor would hang for 30-40s (probably even more but I don't want to sound like I'm exagerating.) I moved back to Emacs+Metals which suits me better (it's hard to leave Emacs after 20+ years of use.) Nevertheless I still think Intellij is an awesome piece of software and I still start it sometimes to get useful features which are not available in Metals, like inline type anno…
Intellij is awesome, and I use it for Scala with Emacs keybindings as well but like you said, the performance is just atrocious. Memory leaks, stutters, hangs, bad latency, you name it. Every Scala dev team I've been on constantly curses at Intellij. And yet, no one switches, because the functionality it provides is so good. I never could get ensime to work, but I should try metals.