Live data from Hacker News

Viewing profile — spelufo

spelufo

HN member
Joined
Mon, Jul 11, 2016, 10:54 PM UTC
HN karma
24
Public activity
20 items

About spelufo

github.com/spelufo

spelufo.com

Software developer from Uruguay. Also Italian.

Vesuvius challenge contributor.

Vento venture building program participant.

Recent public activity

  1. comment
    Comment #48683452

    So cool! Congratulations to the team. When scroll 4 (PHerc 1667) was first published, it was clear that the sheets were less compressed than the first two scrolls, so it would be e…

  2. comment
    Comment #48599767

    Nice. I want one in Spanish so I can compare results.

  3. comment
    Comment #48599747

    do you really think so?! I think bang-interro just didn't sound as nice and that's probably why it is called an interrobang.

  4. comment
    Comment #48136328

    Pedantic note on notation: "A > B" reads as "A greater than B" "A -> B" reads as "A to B"

  5. story
  6. story
  7. comment
    Comment #41719282

    Location: Italy, Uruguay by November. Remote: Yes Willing to relocate: Yes Technologies: Julia, Python, Django, Go, Kubernetes, Clojure, Javascript, etc. Résumé/CV: https://www.lin…

  8. comment
    Comment #41687676

    What is bullshit is the attempt to appropriate a useful neutral adjective to mean more than it does. Mathy is just mathy. Physics is more mathy than psychology. Too mathy can be ba…

  9. comment
    Comment #41553991

    Fair point, I might be mistaken. But I think there are lots of small resellers that wouldn't exist if buying online from abroad was as seamless and risk free as buying online local…

  10. comment
    Comment #41521959

    I'm Uruguayan and this drives me crazy. Specially for products that are also tools for industries where we can and do compete. Buying a computer in Uruguay costs about twice as muc…

  11. comment
    Comment #39077421

    There's a way to configure readline (which bash and many other use) to use up arrow history, like Matlab or Julia do by default, where you hit the up arrow key to search the histor…

  12. comment
    Comment #38557629

    Also, `cd -` to go back to the previous directory. And for git branches `git checkout -`. Handy.

  13. comment
    Comment #38542896

    What about the database side of things?

  14. comment
    Comment #37813828

    varchar (100) ?

  15. story
  16. comment
    Comment #37119527

    Same here. I call it mkcd

  17. comment
    Comment #37119516

    Yes, I think I used to check if `$cmd` was in a space separated list of valid commands, but I don't anymore because I only every use this to quickly get some commands down into a p…

  18. comment
    Comment #37116176

    I like this dispatch trick: build() { ... } run() { ... } cmd="$1" shift $cmd "$@"

  19. comment
    Comment #13881638

    I made something similar with fsnotify recently: https://github.com/spelufo/on-change

  20. comment
    Comment #12110099

    I used a port of the rc shell for linux as my login shell for a couple of months. I switched back to zsh eventually because rc doesn't have job control and autocompletion. The auto…