Viewing profile — spelufo
spelufo
HN member- Joined
- Mon, Jul 11, 2016, 10:54 PM UTC
- HN karma
- 24
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About spelufo
spelufo.com
Software developer from Uruguay. Also Italian.
Vesuvius challenge contributor.
Vento venture building program participant.
Recent public activity
-
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…
-
comment
Comment #48599767
Nice. I want one in Spanish so I can compare results.
-
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.
-
comment
Comment #48136328
Pedantic note on notation: "A > B" reads as "A greater than B" "A -> B" reads as "A to B"
- story
- story
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #38557629
Also, `cd -` to go back to the previous directory. And for git branches `git checkout -`. Handy.
-
comment
Comment #38542896
What about the database side of things?
-
comment
Comment #37813828
varchar (100) ?
- story
-
comment
Comment #37119527
Same here. I call it mkcd
-
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…
-
comment
Comment #37116176
I like this dispatch trick: build() { ... } run() { ... } cmd="$1" shift $cmd "$@"
-
comment
Comment #13881638
I made something similar with fsnotify recently: https://github.com/spelufo/on-change
-
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…