Live data from Hacker News

Viewing profile — svisser

svisser

HN member
Joined
Mon, Jun 04, 2012, 7:27 PM UTC
HN karma
389
Public activity
150 items

About svisser

No profile information was provided.

Recent public activity

  1. comment
    Comment #44031957

    The word "translated" isn't correct here, as the articles may not be translations of other articles.

  2. comment
    Comment #34107726

    It's not exactly tolerated by Wikipedia community, see this discusssion: https://en.m.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost...

  3. comment
    Comment #30801135

    Ironically, her husband's name is Robin.

  4. comment
    Comment #29463344

    Wikipedia itself is also working on a new UI: https://www.mediawiki.org/wiki/Reading/Web/Desktop_Improveme... The English Wikipedia isn't one of the "early adopter wikis" but if yo…

  5. comment
    Comment #16960881

    You should look into BDI agents and BDI programming languages.

  6. comment
    Comment #16641616

    Being good at hacking doesn't mean they can write clean maintainable code (in a team).

  7. comment
    Comment #16259809

    It may be because it's the vault codebase, a tool for secrets management, encryption as a service, and privileged access management. One would hope that such a codebase is well und…

  8. comment
    Comment #15366569

    For context, Alibaba uses their own fork of MySQL which is AliSQL: https://github.com/alibaba/AliSQL

  9. comment
    Comment #15240057

    Do you specifically want it to be about Python scripts or also other languages?

  10. comment
    Comment #15212032

    The opening sentence of a linked article sums it up quite well: "If nobody understands a mathematical proof, does it count?" The abc conjecture may be solved today but only when a …

  11. comment
    Comment #14840872

    Unfortunate name if you happen to know Dutch.

  12. comment
    Comment #14739406

    https://github.com/jelmer/dulwich

  13. story
  14. comment
    Comment #14530411

    Earlier thread: https://news.ycombinator.com/item?id=9896369

  15. comment
    Comment #14477521

    For those looking to validate dictionaries / JSON responses in Python, the voluptuous library works quite well: http://github.com/alecthomas/voluptuous . It also works for lists an…

  16. comment
  17. comment
    Comment #14111059

    Coincidentally a book was written a few decades ago called "Ringmakers of Saturn" which discusses the presence of alien life around Saturn as well.

  18. comment
    Comment #13812955

    In Python you can do this: 1_000_000 https://www.python.org/dev/peps/pep-0515/

  19. comment
    Comment #13273511

    I guess the real question is: "Why have foosball (table football) become so popular among management of software development companies?"

  20. comment
    Comment #13175468

    "Divided by a common syntax" also describes the relationship between Python 2 and Python 3.

  21. comment
    Comment #13032253

    Not necessarily. There is even an argument that you want to be "the last" on the market. For example, Google is the last "search engine" - it wasn't the first search engine on the …

  22. comment
    Comment #12873357

    > In the long run, for readability and maintainability, ORMs win most of the time. It depends. Anyone working on that code now needs to learn the ORM, the SQL and how to let the OR…

  23. comment
    Comment #12805360

    This can detect when a CVE vulnerability is fixed but how would you know the version number at which it was introduced?

  24. comment
    Comment #12619755

    Would adding structure help in managing the work better? It can become difficult to convince management of hiring (paying) more people when there are improvements that should be ma…

  25. comment
    Comment #12619731

    - Determine who you need to convince on this matter - Find out what metrics they care about (time lost, money lost, potentially employees lost, clients lost). - Formulate your prop…