Viewing profile — nDmitry
nDmitry
HN member- Joined
- Mon, Jan 27, 2014, 5:02 AM UTC
- HN karma
- 38
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About nDmitry
Recent public activity
-
comment
Comment #43867550
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 …
-
story
Show HN: Tgfeed – convert public Telegram channels into RSS or Atom feeds
I’m using it to read Telegram channels without ads and in the same place as everything else (Miniflux), hosting it on my home server. Maybe you’ll find it useful too. As a bonus, h…
- story
-
comment
Comment #23525875
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 …
-
comment
Comment #7631877
What details exactly do you mean?
-
comment
Comment #7625410
Yes, it is.
-
comment
Comment #7621037
Yes, it has, but they keep focus on a web version, so Freelancy can be an option for someone. :)
-
comment
Comment #7620994
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’…
-
comment
Comment #7620974
Not yet. How would you like this invoices to look?
-
comment
Comment #7620953
Looks like I definitely should think about a screencast! :)
-
comment
Comment #7620942
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…
-
comment
Comment #7620918
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…
-
comment
Comment #7620908
As far as I know, PayPal is only solution for global payouts. Stripe makes steps to internationalization, but country list is still small.
-
comment
Comment #7620897
Thank you, will think on each point.
-
comment
Comment #7620760
Fixed. I would appreciate any feedback on texts, BTW)
-
comment
Comment #7620721
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 Cm…
- story
-
comment
Comment #7577134
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, p…
-
comment
Comment #7502846
You can use npm modules on the client via Browserify. And there is a dedicated to client-side package manager called Bower.