Live data from Hacker News

Viewing profile — jitans

jitans

HN member
Joined
Sat, Mar 17, 2018, 5:22 PM UTC
HN karma
15
Public activity
24 items

About jitans

No profile information was provided.

Recent public activity

  1. comment
    Comment #44284270

    Why don't use fu2? https://naios.github.io/function2/

  2. comment
    Comment #28295196

    I would have used CockroachDB, it has all the requirements listed and you don't need to know in advance the queries you will perform when deciding the database schema.

  3. comment
    Comment #26764081

    not even all the "traditional" databases, each Engine has his own peculiarities.

  4. comment
    Comment #26058485

    And why don't you make a FB account?

  5. comment
    Comment #25896880

    So basically what we needed was a different email client?

  6. comment
    Comment #25896863

    Do you realize WhatsApp privacy hasn't changed?

  7. comment
    Comment #25896858

    And leaking a mail (with real names) is much better?

  8. comment
    Comment #25896840

    Just because this is the new trend (for no reason) ?

  9. story
  10. story
  11. comment
    Comment #21439899

    This should have been: PostgGRPC

  12. comment
    Comment #21136717

    Why your application doesn't use a view? Or even better a table function?

  13. comment
    Comment #21136706

    This is one of those features to not use ever, unless you have another problem that is an application touching directly a table instead of a view.

  14. comment
    Comment #18133985

    If you use a compiler do not ignor ever ever the warning messages. Aim, from day 1 to have a compilation warning free. Write code to be read by humans, and do not ignore writing te…

  15. comment
    Comment #18047693

    There is who cares about his data and who uses MySQL

  16. comment
    Comment #16760249

    They haven't any custom driver, CRDB is binary compatible with postgresql drivers, are marked as beta because "maybe" there is feature they haven't implemented. So far using pqxx (…

  17. comment
    Comment #16760186

    In postgres you can choose if the replication is synchronous or asynchronous. For cascade replication (a slave uses as a master for another slave) the replica is always async.

  18. comment
    Comment #16743031

    Instead to improve the "use" they had to remove it and enable only namespace renaming

  19. comment
    Comment #16702632

    well the demo then is broken indeed it shows still an "a" inside the multiset. Having say that I would never use a cuckoo in a multiset, indeed it becomes a bounded multiset. Also …

  20. comment
    Comment #16702556

    Add five "a", now remove four "a" Cuckoo claims there are no "a" in the multiset...

  21. comment
    Comment #16609277

    That's not the point. Trying to squeeze the code in less lines as much possible is not the way to go if you loose clarity. Python coders keep repeting the mantra "less line of code…

  22. comment
    Comment #16608127

    As you can see we are the only one thinking this is absurd :D

  23. comment
  24. comment
    Comment #16607983

    how stupid is to measure code in terms of lines? Make all that a library then you can claim: A static site generator in only 3 lines of Python Measuring lines of codes is completel…