Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yliang
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
yliang
10y ago
Apparently it's also a popular name for developer tools. https://mesosphere.github.io/marathon/
2.
▲
by
yliang
10y ago
Good idea. You could track the status of this feature at https://gitlab.com/marathono/marathono/issues/9
3.
▲
by
yliang
10y ago
Agree on the logo part. Could you tell me why you think the name is bad?
4.
▲
by
yliang
10y ago
Well, if charging you money makes you feels better, I can set something up for you to pay ;)
5.
▲
by
yliang
10y ago
What do think would be a place to show "the last line"? Or would [1] be more useful for your use case? If not, would you mind creating a new issue? 1. https://gitlab.com/marathono/marathono/issues/7
6.
▲
by
yliang
10y ago
Interesting. Initially I chose to use helper tool to run sudo commands. After wrapping all those poorly-documented Authorization/ServiceManagement/XPC C APIs into Swift 3, I was like, sh*t, lemme just use askpass. Also, many of th
7.
▲
by
yliang
10y ago
I created an issue for this proposal: https://gitlab.com/marathono/marathono/issues/6
8.
▲
by
yliang
10y ago
Hmm..I'm also using 10.11 with the dark theme. Does the app on your machine look very different from what I show in the second screenshot at http://www.marathono.com/ ? If it does, please consider reporting a bug thru t
9.
▲
by
yliang
10y ago
lol..not a designer. I just put together some hand-drawing over the weekend. Will probably redesign the icon to make it a more serious app..
10.
▲
by
yliang
10y ago
The "Show Output" menu of Marathono opens a Terminal/iTerm tab to tail the output. Currently Marathono is designed for start-and-forget kind of processes - outputs are for occasional debugging purpose only.
11.
▲
by
yliang
10y ago
The "may start charging for it" piece is mostly for stopping people from asking me to open source the app. If I do start charging money, it will probably be at the price of a burger. I'm the developer of PSequel (a popular Po
12.
▲
by
yliang
10y ago
Exactly. And other convenient features like termination notification and file system monitoring.
13.
▲
by
yliang
10y ago
Correct me if I'm wrong, "brew services" work for launchd services installed with homebrew only. But Marathono allows you to run any arbitrary commands.
14.
▲
Show HN: Marathono – A GUI tool for managing long-running processes in macOS
(marathono.com)
165 points
by
yliang
10y ago
|
76 comments
15.
▲
by
yliang
12y ago
Just released a new version with SSL support. Please try it out.
16.
▲
by
yliang
12y ago
Just released v1.0.2. Now supports SSL connections. Use the "Check for Update..." menu item to download the update.
17.
▲
by
yliang
12y ago
Thanks for your suggestions! To replay, 1. I'll fix this. 2. When you switch from one DB to another in postgres, you are essentially making a new connection instead of reusing the same connection[1]. In PSequel, you could create differ
18.
▲
by
yliang
12y ago
Writing a PostgreSQL adapter for Sequel Pro is a good idea. I don't know how an adapter can fit into Sequel Pro's architecture though. I'll take a look at Sequel Pro's codebase and consider this approach. Any help would
19.
▲
by
yliang
12y ago
Did you delete all schemas in your db, including the "public" schema? Could you report a bug at http://www.psequel.com/report_bugs ? Thanks!
20.
▲
by
yliang
12y ago
Because it uses some APIs introduced in 10.10.
21.
▲
by
yliang
12y ago
I just received a few complaints about its performance for displaying large tables. I'm working on a fix.
22.
▲
by
yliang
12y ago
Thanks for your reply! Never used Amazon Redshift. I'll try to find out what is so special about it. Edit: Amazon Redshift is based on PostgreSQL 8.0.2 but PSequel uses libpq 9.3. I'll work on supporting Redshift if it gets enough
23.
▲
by
yliang
12y ago
Maybe. But I would like to see how it goes before open sourcing it.
24.
▲
by
yliang
12y ago
Currently the auto-updating feature only reminds you to download an update. It doesn't update itself silently. And you shouldn't edit your production data directly anyway (or at least you should try on a dev server first), right?
25.
▲
by
yliang
12y ago
Thanks for your suggestion! The feature of editing query results is actually the second highest priority item in my todo list. (The first one is Query Bookmarks.)
26.
▲
by
yliang
12y ago
Thanks for your suggestions. My plan is to support most features in Sequel Pro (but for PostgreSQL of course) which do include schema and user management. This release is just a start.
27.
▲
by
yliang
12y ago
Thanks for the reply! It's using libpq 9.3 under the hood. I'll work on supporting earlier versions if it gets enough demands.
28.
▲
Show HN: PSequel – a free PostgreSQL GUI Tool for Mac OS X
(psequel.com)
247 points
by
yliang
12y ago
|
109 comments