Live data from Hacker News

Viewing profile — bobivl

bobivl

HN member
Joined
Sat, May 28, 2016, 10:02 AM UTC
HN karma
57
Public activity
19 items

About bobivl

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38140612

    There is a longer article [1] describing the attack, but it is in German and behind a paywall. [1] https://www.heise.de/hintergrund/c-t-deckt-auf-Keylogger-nut...

  3. comment
  4. story
  5. story
  6. comment
    Comment #36201936

    To replace a laptop (for me), I need to be able to type. It does not look easily possible from what I have seen, but missed the first part.

  7. story
  8. comment
    Comment #35086771

    That is exactly what happened, I wanted to share the original article and did not see that they also have an english version (because they usually do not have one).

  9. comment
    Comment #35085762

    English version here: https://www.heise.de/news/GPT-4-is-coming-next-week-and-it-w...

  10. story
  11. comment
    Comment #32929547

    Cut, sort, join and awk can be pretty powerful and fast. If it becomes too tedious to manually write them, you can also use BigBash [1] to convert a SQL query automatically to a on…

  12. comment
    Comment #16784956

    There is also BigBash [0] that converts an Sql statement to a bash one-liner (using sed, grep, awk,...) which can then run to execute the query. The advantage is that you can let i…

  13. comment
    Comment #16248655

    I also used bash scripts a lot to get quick insights from csv files. Someday I realized that these are mostly sql queries that I encoded into complex scripts. For the sake of tryin…

  14. story
  15. comment
    Comment #12474279

    If you like to do data analyses in bash, you might also enjoy bigbash[1]. This tool generates quite performant bash one-liners from SQL Select statements that easily crunch GB of c…

  16. story
  17. story
  18. comment
    Comment #11803359

    Java is only necessary for the "compilation" of the query. The resulting bash script uses only standard unix tools and runs without java.

  19. story