Viewing profile — soveran
soveran
HN member- Joined
- Thu, Jun 04, 2009, 10:12 PM UTC
- HN karma
- 115
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About soveran
https://twitter.com/soveran
https://github.com/soveran
Recent public activity
-
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…
-
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…
-
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…
-
comment
Comment #18204639
I don't think the paper assumes a many worlds interpretation.
-
comment
Comment #18204629
Did you read the paper I linked to?
-
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…
-
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…
-
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…
-
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…
-
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…
- comment
-
comment
Comment #14110398
I love the idea, thanks for the tip!
-
comment
Comment #14110374
I just updated the README with a gif of that video. Thanks for the idea!
-
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.
-
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…
-
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…
-
comment
Comment #11403453
For the original go proverbs, see https://en.wikipedia.org/wiki/Go_proverb .
- story
-
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…
- story
-
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?
-
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,…
-
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…
- story
-
comment
Comment #7430383
It can be simplified even more: megalotto = MegaLotto.new megalotto.draw(10)