Live data from Hacker News

Viewing profile — assafmo

assafmo

HN member
Joined
Tue, Oct 11, 2016, 3:43 PM UTC
HN karma
151
Public activity
159 items

About assafmo

https://github.com/assafmo

Recent public activity

  1. 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…

  2. comment
    Comment #23664279

    https://www.sqlite.org/fts5.html

  3. comment
    Comment #23321437

    Bash Bonus #2: seq 1 10 | xargs -n 1 ./go-grab-xkcd -s -n

  4. 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 '…

  5. 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.

  6. comment
    Comment #21078302

    Also for me. Instagram, Facebook, WhatsApp and Google Photos just load forever. Android 8.1.

  7. comment
    Comment #20353831

    So what does viable mean?

  8. story
  9. story
  10. comment
    Comment #18972179

    I usually replace cat with pv and gets a nice progress bar and ETA :-)

  11. story
  12. story
  13. story
  14. comment
  15. 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.

  16. comment
    Comment #17559905

    Done. :-)

  17. comment
    Comment #17559895

    Thanks for the feedback! I think I'll do this. :-)

  18. comment
    Comment #17555933

    Moved to https://github.com/assafmo/gl-calc/tree/master/data

  19. comment
  20. 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 )

  21. 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…

  22. comment
    Comment #17552000

    Thanks for your feedback! I'll address this.

  23. story
  24. story
  25. story