Live data from Hacker News

Viewing profile — nDmitry

nDmitry

HN member
Joined
Mon, Jan 27, 2014, 5:02 AM UTC
HN karma
38
Public activity
19 items

About nDmitry

https://github.com/nDmitry

Recent public activity

  1. 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 …

  2. 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…

  3. story
  4. 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 …

  5. comment
    Comment #7631877

    What details exactly do you mean?

  6. comment
    Comment #7625410

    Yes, it is.

  7. comment
    Comment #7621037

    Yes, it has, but they keep focus on a web version, so Freelancy can be an option for someone. :)

  8. 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’…

  9. comment
    Comment #7620974

    Not yet. How would you like this invoices to look?

  10. comment
    Comment #7620953

    Looks like I definitely should think about a screencast! :)

  11. 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…

  12. 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…

  13. 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.

  14. comment
    Comment #7620897

    Thank you, will think on each point.

  15. comment
    Comment #7620760

    Fixed. I would appreciate any feedback on texts, BTW)

  16. 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…

  17. story
  18. 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…

  19. 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.