Viewing profile — assafmo
assafmo
HN member- Joined
- Tue, Oct 11, 2016, 3:43 PM UTC
- HN karma
- 151
- Public activity
- 159 items
- HN profile
- View on Hacker News ↗
About assafmo
Recent public activity
-
comment
Comment #24251009
> the government broke up the monopoly and forced competition into the market by making existing players share infrastructure. Yeah, this was excellent for 4G prices (I'm paying $8…
-
comment
Comment #23664279
https://www.sqlite.org/fts5.html
-
comment
Comment #23321437
Bash Bonus #2: seq 1 10 | xargs -n 1 ./go-grab-xkcd -s -n
-
comment
Comment #22607965
Lately I've started to use Perl instead of sed for replacing text. Its regex support is much better IMO: cat a.txt | perl -pe 's/banana-(\d)/papaya-$1/g' Or in-place: perl -i -pe '…
-
comment
Comment #22607879
Personally I like parallel better because of the `--bar` option and `{}`, `{.}`, `{/}` and `{/.}`. And I usually just use it with `-P 1` anyway.
-
comment
Comment #21078302
Also for me. Instagram, Facebook, WhatsApp and Google Photos just load forever. Android 8.1.
-
comment
Comment #20353831
So what does viable mean?
- story
- story
-
comment
Comment #18972179
I usually replace cat with pv and gets a nice progress bar and ETA :-)
- story
- story
- story
-
comment
Comment #17560709
Done.
-
comment
Comment #17559925
It's pretty hard because of the source data. I'll see what I can do about dividing search results into food categories. Thanks for your feedback.
-
comment
Comment #17559905
Done. :-)
-
comment
Comment #17559895
Thanks for the feedback! I think I'll do this. :-)
-
comment
Comment #17555933
Moved to https://github.com/assafmo/gl-calc/tree/master/data
-
comment
Comment #17555931
Cool!
-
comment
Comment #17552315
The data was taken from http://www.diogenes-eu.org/GI-Database/Default.htm ( https://github.com/assafmo/gl-calc/tree/master/src_data )
-
comment
Comment #17552191
Weird, pasta is in the database. What happened to you is probably the slowness of the search. The database is loaded entirely to the client and searches are done in memory. Right n…
-
comment
Comment #17552000
Thanks for your feedback! I'll address this.
- story
- story
- story