Earlier quoted context omitted.
What? Tasks (unit of work) and Diffs (unit of code review) are its two central entities. Which parts of it were you using, if not those?
Sounds like that may not be Phabricators fault in that case. I was under the impression that you'd need Arcanist if you wanted to do reviews of diffs. The problem may have been that we where only allowed to use the Git part.
Ask HN: What is the best enterprise software you use every day?
331–340 of 418 posts
Re: Ask HN: What is the best enterprise software you use every day?
#332Jetbrains 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.
You know, I just don't get the love for IntelliJ. I used to use Eclipse (or more often than not Spring Tool Suite) and I rather liked that. More and more I'm obliged to use IntelliJ and in comparison it just seems ... okay. Its suggestions stuff is nice, and it works reasonably well. In particular it supports multiple languages much better than Eclipse's motley range of plugins. So I can see why your list of uses mak…
Re: Ask HN: What is the best enterprise software you use every day?
#333Earlier quoted context omitted.
You know, I just don't get the love for IntelliJ. I used to use Eclipse (or more often than not Spring Tool Suite) and I rather liked that. More and more I'm obliged to use IntelliJ and in comparison it just seems ... okay. Its suggestions stuff is nice, and it works reasonably well. In particular it supports multiple languages much better than Eclipse's motley range of plugins. So I can see why your list of uses mak…
> You can't run code unless the whole project compiles (poor for quick sanity check, test driven development, and refactoring breaking changes). What do you mean by _running_ specific parts of the code? Isn't this a language problem (compile all dependencies (classes) to byte code, package .class files in jar files, define the main class, define the classpath, and then run)?
Some devs really like this. I never really encounter it as a problem because for any refactoring, I prefer to use IntelliJ's refactoring tools that ensure all code (that's in your project at least) gets rewritten in the same moment the refactoring occurs.
Re: Ask HN: What is the best enterprise software you use every day?
#334Things that we pay for. SQL Server : it's not cheap, but it's genuinely good. Live query plans, clustered columnstore indices, linked servers, rich SQL features. Tableau : more than a dashboarding tool, it's actually a really good multivariate exploratory data analysis (EDA) tool. You can use it to visualize multidimensional data easily. I do use Jupyter (seaborn, plotly) and R (ggplot2) which are good, but Tableau l…
Re: Ask HN: What is the best enterprise software you use every day?
#335Earlier quoted context omitted.
I haven't met a single person in any IT area who usually works with non-SAP products who likes SAP. Even a lot of the people in the SAP departments dislike SAP. The only people are I've met that all love SAP are SAP employees living in my area, which isn't too surprising I guess.
+1. Wish I could make it +10. SAP is such a pain. Our org got married to it years ago and there aren't budgets big enough to undo it. At least it's stable enough. Oracle is another ballgame -- they're just terrible.
Pointedly: If there were organizations that reproduced their modules independently, and integrated into them well enough to "stay on one system" at the finance level until they're able to slowly pick away at replacing each one and data collections into a main db in a sane, nonconvoluted or expensive way? (Unlike SAP)
Re: Ask HN: What is the best enterprise software you use every day?
#336Excel, Box, and Zoom. Would vote for Cloudability as well, but that's not something that I use anywhere near every day.
Re: Ask HN: What is the best enterprise software you use every day?
#337I love using Tableau. It has completely changed the way I analyze data -- things that would have taken me a minute or two in Excel takes literally seconds in Tableau.
What's Tableau's special secret to handling data? Is it doing table indexing, summary, and array manipulation in a smarter way compared to dumb Excel?
Re: Ask HN: What is the best enterprise software you use every day?
#338I've tried not to be impressed by airtable, but their on the fly API documentation generators for how you configure things still feels like black magic. Every time I want to be dismissive of the product, it's exceeded what I believed to be an extremely unlikely to meet set of expectations. They've clearly got some pretty competent people. I'd love to draft them somehow Beyond that, the services of namecheap Ava digit…
Re: Ask HN: What is the best enterprise software you use every day?
#339Earlier quoted context omitted.
Thank you! First time hearing of it. I just looked it up, it looks similar to Azure sentinel? Is it really cheaper than on-prem splunk? 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.
Sumo is cheaper the Splunk from all accounts but still pretty expensive. Think half the price of Splunk perhaps. It's still nice but we ended up spending a lot of time trying to keep out bill down by not sending data to it since the price is based on the number of GB/day you send it.
Re: Ask HN: What is the best enterprise software you use every day?
#340Absolutely loved SumoLogic for the six years or so we used it. Threw terabytes of logs at them a month and searches were always fast. Being able to do joins on logs was a godsend. I tried to work there but it seemed like they stopped hiring for a while. Now I use Loggly... It's okay. IDEA's IDEs as others have mentioned. I've built enterprise software I enjoyed using (reputation.com), does that count? :)
I wasn't aware of SumoLogic but at $2.5/GB ingested, they seem expensive. I understand that at TB a month of logs Elasticsearch stops being viable, but what made SumoLogic so great except the speed to warrant the cost?
You can also parse the logs and create alerts and dashboards from the parsed values.
We only retained the logs for 30 days, so you could use Elastic/Kibana and we did for our dev/qa environments. However people hated it compared to Sumo.