Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nDmitry
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
nDmitry
1y ago
It depends on how their owners protect them. Switching IPs via proxies and changing user agents are well-known and relatively simple methods—essentially pretending to be different clients. However, nowadays, services like Cloudflare often r
2.
▲
Show HN: Tgfeed – convert public Telegram channels into RSS or Atom feeds
(github.com)
6 points
by
nDmitry
1y ago
|
3 comments
3.
▲
Show HN: A set of HTTP server benchmarks for Golang, Node.js and Python
(github.com)
2 points
by
nDmitry
6y ago
|
0 comments
4.
▲
by
nDmitry
6y ago
Just finished writing a more fare benchmark a few days ago. It's utilizing all cores, have DB pools of the same capacity for all tested languages, uses asyncpg in the async Python version, etc. https://github.com/nDmitr
5.
▲
by
nDmitry
12y ago
What details exactly do you mean?
6.
▲
by
nDmitry
12y ago
Yes, it is.
7.
▲
by
nDmitry
12y ago
Yes, it has, but they keep focus on a web version, so Freelancy can be an option for someone. :)
8.
▲
by
nDmitry
12y ago
The difference is Freelancy has native versions for OS X, Windows and Linux. Many people still prefer desktop apps to web services, because they give them the feeling ‘it's my own’ and works in any internet conditions, also it could be
9.
▲
by
nDmitry
12y ago
Not yet. How would you like this invoices to look?
10.
▲
by
nDmitry
12y ago
Looks like I definitely should think about a screencast! :)
11.
▲
by
nDmitry
12y ago
Right now you can export only hours and money in CSV, though I'm planning to add more detailed reports and exports. I don't really get you on your own data store—the app syncs with remote CouchDB, do you mean the ability to specif
12.
▲
by
nDmitry
12y ago
No, it's not automatic. You just start a task, work on it and stop it when you're done. How an automatic solution that you use actually works? Does it track usage time for all apps?
13.
▲
by
nDmitry
12y ago
As far as I know, PayPal is only solution for global payouts. Stripe makes steps to internationalization, but country list is still small.
14.
▲
by
nDmitry
12y ago
Thank you, will think on each point.
15.
▲
by
nDmitry
12y ago
Fixed. I would appreciate any feedback on texts, BTW)
16.
▲
by
nDmitry
12y ago
Thanks, there is a button ‘+ Add’ and hotkey Cmd/Ctrl + N for adding new projects or clients. Also you can switch between sections (tracker, analytics, projects, etc) by hotkeys Cmd/Ctrl + 1/2/3/4.
17.
▲
Show HN: Freelancy – an easy way to track your time and earned money
(getfreelancy.com)
38 points
by
nDmitry
12y ago
|
46 comments
18.
▲
by
nDmitry
12y ago
JavaScript is all about lack of standard solutions. Take any aspect of the development and you will get a million of possible solutions, whether they are classes implementations, package managers or build tools.
19.
▲
by
nDmitry
12y ago
You can use npm modules on the client via Browserify. And there is a dedicated to client-side package manager called Bower.