saiki | 9 years ago | on: Ask HN: Successful one-person online businesses?
saiki's comments
saiki | 9 years ago | on: No team gets rich without trust because “no man is an island”
saiki | 10 years ago | on: Visual Studio Code for Go
It is also a big plus that vscode works very well with TypeScript and you can work seamlessly with TypeScript front and Go backend code.
One nice thing is that you can navigate e.g. function calls easily, which places call a function or directly find correct function in question like foo.New() by pressing F12 or shift+F12. When using Sublime to navigate to foo.New() would probably reveal quite many functions that are in your workspace path.
Go extension also imports automatically packages that you use in your code. Renaming types or functions also works nicely if your code compiles.
There are certainly things to be improved like not being able to conveniently use directories outside your vscode project e.g. common packages across different projects. But over all developer experience is really nice.
saiki | 10 years ago | on: Self-Documented Makefile
We use Makefile in same way to execute project related tasks like deployments and run development environments. This will even further help to show main targets from a Makefile easily and pretty standard way. Will be taken into use.
You can achieve similar by writing bash scripts, but it will be mostly custom and others need to learn how to use it and extend it. Makefile gives you a standard way of writing small utilities related to all your project, and almost everybody knows how Makefile works and if not, they can learn from existing documentation.
saiki | 10 years ago | on: Show HN: Sketchboard for Slack
Edit: now https://sketchboard.io/slack.html works as well
saiki | 10 years ago
We wanted to create a way for people to explain concepts visually to their teammates on Slack using structural sketching.
We're also on Product Hunt today, if you want to join the conversation there.
Looking forward to hearing from you guys!
saiki | 10 years ago | on: All the UML you need to know
saiki | 11 years ago | on: We Tried Building a Remote Team and It Sucked
Our solution for "whiteboard simulator" part is http://sketchboard.io that lets team sketch structural diagrams together in real-time.
It is not the same thing as working on a same room locally and use whiteboard since locally you can communicate a lot with your body language as well. But good remote team tools can give you something back.
edit: direct link to the app is https://sketchboard.me.
saiki | 11 years ago | on: Show HN: Real-time team sketch diagramming for HipChat
Integration allows you to start real-time team sketch diagramming from HipChat. Upload sketch snapshot back to HipChat room to continue discussion on HipChat. Add HipChat users to your Sketchboard.io team.
Example /sketch commands:
"/sketch Awesome Idea" - creates a board with a name
"/sketch add @UserName" - adds HipChat user to Sketchboard.io team
Example public boards created with Sketchboard.io can seen from https://gallery.sketchboard.me
saiki | 11 years ago | on: Show HN: Sketch Gallery – Share how you solve problems by sketching
saiki | 12 years ago | on: Show HN: Sketchboard.io – Real-time Collaborative Lightweight Software Design
saiki | 12 years ago | on: Show HN: Sketchboard.io – Real-time Collaborative Lightweight Software Design
saiki | 12 years ago | on: Show HN: Sketchboard.io – Real-time Collaborative Lightweight Software Design
saiki | 12 years ago | on: Show HN: Sketchboard.io – Real-time Collaborative Lightweight Software Design
saiki | 12 years ago | on: Show HN: Sketchboard.io – Real-time Collaborative Lightweight Software Design
saiki | 12 years ago | on: Create diagrams in the browser