Live data from Hacker News

Viewing profile — soveran

soveran

HN member
Joined
Thu, Jun 04, 2009, 10:12 PM UTC
HN karma
115
Public activity
45 items

About soveran

Programmer from Argentina, currently living in France. I co-founded openredis (https://openredis.com), where I provide Redis hosting.

https://twitter.com/soveran

https://github.com/soveran

Recent public activity

  1. comment
    Comment #39368196

    I use it daily. I run a slightly modified version: I added line editing capabilities with linenoise and I use EREs. The most common use case for me is editing with :g/re, which all…

  2. comment
    Comment #34230891

    For an alternative solution, describe the directed graph by listing the nodes and using whitespace to represent the arcs: $ cat riddle Vixen Rudolph Vixen Prancer Vixen Dasher Danc…

  3. comment
    Comment #33258606

    I've always used MessagEase (both on Android and iPhone). It is a keyboard layout that was originally designed for the Palm Pilot, and it is optimised for typing with one finger. I…

  4. comment
    Comment #18204639

    I don't think the paper assumes a many worlds interpretation.

  5. comment
    Comment #18204629

    Did you read the paper I linked to?

  6. comment
    Comment #18199231

    All the paradoxes disappear if we use Quantum Field Theory instead of Quantum Mechanics. I would really like someone with deep knowledge on Quantum Theory to explain if something i…

  7. comment
    Comment #15859903

    The ten sample games: Sample game 1 https://lichess.org/VMe0gfa2 Sample game 2 https://lichess.org/Zqwn4Gzk Sample game 3 https://lichess.org/G2fPHci8 Sample game 4 https://lichess…

  8. comment
    Comment #14635509

    For scripting, I recommend the rc shell from plan9, which is the one I use for my shell scripts. It is only when I want to share a script with other people that I consider using /b…

  9. comment
    Comment #14635423

    In most platforms you can install the rc shell from plan9. It's what I use exclusively for my shell scripts. It is only when I want to share some script with other people that I co…

  10. comment
    Comment #14443767

    We started openredis in 2011, and we reached the 1k customers mark a year later. It's a Redis hosting service for EC2, also available as a Heroku add-on. Aside from the fact that t…

  11. comment
  12. comment
    Comment #14110398

    I love the idea, thanks for the tip!

  13. comment
    Comment #14110374

    I just updated the README with a gif of that video. Thanks for the idea!

  14. comment
    Comment #14109567

    That's interesting: commands that consume everything in the stack. About saving/loading words: I have plans to work on that, it could be a very useful feature.

  15. comment
    Comment #14109466

    I'm not the author of the post, I just wrote the tool. I agree with you that it's not groundbreaking technology :-) In fact, the code is extremely simple. As I mentioned in the REA…

  16. comment
    Comment #14026458

    Some years ago I wrote a tool called mailcat, which is a fake SMTP server that prints the incoming emails to stdout. I use it to this day when I need it in development. It's availa…

  17. comment
    Comment #11403453

    For the original go proverbs, see https://en.wikipedia.org/wiki/Go_proverb .

  18. story
  19. comment
    Comment #9545754

    The author of the article declares his incompetence at building and maintaining software projects for which he's not the target user, and thus concludes the same applies to the cre…

  20. story
  21. comment
    Comment #9349760

    My experience is the opposite, I agree it may vary from person to person. Care to elaborate what went wrong in those projects?

  22. comment
    Comment #9348081

    The way you put it, it looks like it's a matter of trust rather than understanding. If you don't understand what X does and how, if you don't want to invest the time to analyze it,…

  23. comment
    Comment #9347598

    An extended version of the quote would be "Don't just believe that because something is trendy, that it's good. I would go the other extreme where if I find too many people adoptin…

  24. story
  25. comment
    Comment #7430383

    It can be simplified even more: megalotto = MegaLotto.new megalotto.draw(10)