There really should be a way to view the home page or some about page without logging in. This is normally a hard stop for me. I was curious enough to create a login because of this article https://medium.com/@danielblank/djitsu-the-problem-with-web-.... The article mentions that is open source. Can you share the a link to the repo?
HN user
hayden592
Any plans to open source the code? I bet you could get a PR that enabled native comments.
I’m fan. You have inspired me. Gonna write one myself to refresh my front end skills. What tools did you use to build this?
I enjoyed using it in college during my programming language theory course. However, I thought it was meant to be more of an academic/teaching language. Why should a company use it over Haskell or Clojure?
Almost nobody uses the standard lib for http in practice. Just use Unirest/OkHttp/SpringBoot then it’s trivial. SpringBoot is the best framework that I have worked with regardless of language. It covers most use case out of the box and everything is still completely configurable.
Articles like this give me a better understanding of computers and how they fundamentally work. Thank you.
I actually prefer to write dev tools. Implementing my product manager next feature will always be less satisfying than helping a co-worker.
Well said.
Is there a plug-in for fzf searching your command history?
This is a feature that might pull me away from the JetBrains tool suite.
+1 for Gatling. It can also output junit reports if that’s something you need too
You are an asshole
Wavii. They did news aggregation and produced summaries with links back to the most popular article on the subject. They were bought by Google in 2013. https://www.google.com/amp/s/techcrunch.com/2013/04/23/googl...
Twilio is great and we used it on my last team, which is a fortune 50. However, I saw the issues with having a subpar sales team. As I was leaving the communications team, "management" decided they wanted to replace Twilio with a Salesforce product. That Salesforce product uses Twilio for sending e-voice calls and text messages. Unfortunately my arguments against the switch fell on deaf ears
Thanks for writing. I enjoyed your post.
This. I am not quite ready to quit, but we seem almost identical.
The Jetbrains suite and Sublime text have this feature. Hold Alt while selecting with the mouse.
This looks awesome. Thanks
It works this way in the rest of the country. Not just the bay area.
I really like this and we actually thinking about trying a CRM earlier today. Hopefully, I can find sometime to contribute. The ability to import contacts would be super useful. I might be able to get to it this weekend who knows...
Looks neat and I'll have to try it out. Just curious what makes this different from Spectacle or Shiftit?
You need to look into mutation testing. Pitest is a great tool for java
I'm in the exact same boat. My parents live on a farm and I dream about going back. Helping my company sell more widgets is crushing my soul
I really like this feature too
Big fan of Postman for quickly iterating on API's, microservice integration tests, and one off requests. However, my team keeps the collections in git and they are very difficult to diff. This almost always require a detailed commit (doesnt usually happen) or me asking the dev what they changed. Any suggestions on how to improve comparing two collections?