Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
achiku
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
CLI generating PlantUML ER diagram textual description from PostgreSQL tables
(github.com)
2 points
by
achiku
9y ago
|
0 comments
2.
▲
How We Built Testable Go API Server
(speakerdeck.com)
1 points
by
achiku
9y ago
|
0 comments
3.
▲
by
achiku
10y ago
This repo describes how I build testable RDBMS backed Go app. I really, really want to hear how other Gophers are doing!
4.
▲
How to build testable RDBMS backed Go application
(github.com)
2 points
by
achiku
10y ago
|
1 comments
5.
▲
by
achiku
10y ago
Hi author of xo! It is really a great library, and many designs of dgw is inspired by xo! And, yeah, I still think it is possible to contribute/extend xo, and would love to do it. However, since our project needs composite primary key&
6.
▲
Show HN: Dgw generates Golang struct, and simple functions from PostgreSQL
(github.com)
6 points
by
achiku
10y ago
|
2 comments
7.
▲
Show HN: Make httptest generated test server aware of -v of go test
(github.com)
1 points
by
achiku
10y ago
|
0 comments
8.
▲
Pgpart: Creating PostgreSQL partition table DDL should be easier
(github.com)
2 points
by
achiku
10y ago
|
0 comments
9.
▲
Show HN: Varfmt – Convert string into Go variable name
(github.com)
2 points
by
achiku
11y ago
|
0 comments
10.
▲
Show HN: Headless local note app with just-enough set of RESTful APIs
(github.com)
3 points
by
achiku
11y ago
|
0 comments
11.
▲
Show HN: Super Simple Base Action Creator for Flux
(github.com)
2 points
by
achiku
11y ago
|
0 comments
12.
▲
Show HN: AWS config file loader for JavaScript CLI tools
(github.com)
2 points
by
achiku
11y ago
|
0 comments
13.
▲
by
achiku
11y ago
This tool is yet another auto-rebuild-reloader for go net/http. I had been using fresh, but development of this tool got really inactive from middle of the last year. So, I decided to rewrite from the ground up, adding more flexibility
14.
▲
Show HN: Wbs – Watch, build, and (re)start Go net/http server
(github.com)
5 points
by
achiku
11y ago
|
1 comments
15.
▲
by
achiku
11y ago
HipChat official third-party library web page introduces two sophisticated Python client libraries supporting almost all V2 APIs currently available. https://www.hipchat.com/docs/apiv2/libraries However, our useca
16.
▲
Show HN: Deadly simple HipChat API V2 room notification library
(github.com)
3 points
by
achiku
11y ago
|
1 comments
17.
▲
by
achiku
11y ago
Thanks! reporting issues and pr are all welcomed!
18.
▲
by
achiku
11y ago
Thanks! Let me hear how it fits to your daily operation!
19.
▲
by
achiku
11y ago
Yeah, you are right. It is perfectly possible to wrap awscli by shell script and do exactly the same thing with what this tool does. However, generally speaking, it will be more and more difficult to test and maintain as a tool becomes lar
20.
▲
by
achiku
11y ago
Thanks! I thinks you can use profile since all the settings related to credential are based on boto3. http://boto3.readthedocs.org/en/latest/guide/quickstart.html...
21.
▲
by
achiku
11y ago
I know awscli is trying to use skelton JSON to save keystrokes, and it certainly helps a lot of adhoc operations to be done quickly without spending precious cognitive load. I use JSON parameter template in my shell script, but feel like it
22.
▲
by
achiku
11y ago
Thank you for your comment! It really helps me to keep moving on! If you find any issue or space for improvement, please let me know, since the software is just borned a couple days ago!
23.
▲
by
achiku
11y ago
I love boto, but when I filed the issue and received the answer from a committer, I decided to move to boto3. I can understand the situation but, boto seems to be be strictly backward compatible. So let's move on to boto3 and have nice
24.
▲
by
achiku
11y ago
Yeah, right. Quick and dirty CLI experience is a bit different from fancy GUI!
25.
▲
by
achiku
11y ago
Thanks, Mr. CEO!
26.
▲
by
achiku
11y ago
Thanks for the comment! Yeah, I hear you. awscli is really awesome tool, but when it comes to day-to-day/adhoc operations, it doesn't do well like Unix tools. And that is exactly why I wrote this!
27.
▲
by
achiku
11y ago
awscli is by far the most comprehensive CLI tool manipulating various AWS services, and I really like its flexible options and up-to-date release cycle. However, day-to-day AWS operations from my terminal don't need that much flexibili
28.
▲
Jungle – Simple CLI for AWS operations
(github.com)
95 points
by
achiku
11y ago
|
22 comments