Live data from Hacker News

Viewing profile — Goranek

Goranek

HN member
Joined
Wed, Nov 07, 2012, 3:11 PM UTC
HN karma
914
Public activity
233 items

About Goranek

goranpopovic on gmail

Recent public activity

  1. comment
    Comment #49120209

    Kimi K3 (instead of Opus) for expensive stuff, DSV4 Flash for tasks (instead of Sonnet)? Does this make sense?

  2. comment
    Comment #11839770

    I thought everybody does that..who the hell would type space 4 times?

  3. comment
    Comment #11607389

    use go install to cache packages

  4. comment
    Comment #10177808

    It doesn't matter if you are big or small, you're always wasting resources.. Just count how many servers you have using <50% cpu. By having thousands of users, amazon can organize …

  5. comment
    Comment #10166894

    I'm currently in a phase of life when i don't want to reinvent wheel and just focus on building stuff using tools i know (go || python).

  6. comment
    Comment #10166569

    I used sqlx for a while and it's definitely an improvement over std sql, but still isn't full orm.

  7. comment
    Comment #10166327

    I'm missing them more and more. Faster development cycle > performance for most apps.

  8. comment
    Comment #10166311

    handling m2m is especially painful. I just hate writing same long code for fetching old members, checking if members are changed and then updating/inserting new members. Joins are …

  9. comment
    Comment #10166291

    writing raw queries for crud seems like too much effort, especially when performance is not important

  10. comment
    Comment #10166280

    i'm using beego orm(can be used without using whole framework)

  11. comment
    Comment #10166050

    Last 2 years I've been using Go (instead of Python), even for webpages & apis. I'm actually considering going back to Python(for webpages and apis) because dealing with database in…

  12. story
  13. comment
    Comment #10117811

    I know that hating angular is popular these days, but i'm still using it, and it serves me well. Looking forward to Angular 2!

  14. comment
    Comment #10091634

    really love the design, and how it shows the whole language on the frontpage.

  15. comment
    Comment #10086240

    this feels so much faster than the angular material :/

  16. comment
    Comment #10049932

    Is Python library ready for usage? Will there ever be Go library?

  17. comment
    Comment #9885929

    also supports pypy

  18. comment
    Comment #9833526

    go, python, javascript

  19. comment
    Comment #9501528

    Believe it or not, it appears gcloud-golang package already contains go bigtable library :) https://github.com/GoogleCloudPlatform/gcloud-golang/commit/...

  20. comment
    Comment #9498819

    Well that's up to you to decide :)

  21. comment
    Comment #9497773

    I suppose you should be able to use any Go Hbase client.

  22. comment
    Comment #9497769

    You can always move to Hbase ... Google BigTable uses Hbase api.

  23. comment
    Comment #9497544

    DynamoDB competitor is more likely Datastore(because of indexes, and way of pricing)

  24. comment
    Comment #9497497

    datastore is a copy of Google Megastore service. It has indexes, sql like queries, transactions.. and you don't need to run servers like with BigTable (you pay for documents and ap…

  25. comment
    Comment #9460711

    works now