Viewing profile — bobivl
bobivl
HN member- Joined
- Sat, May 28, 2016, 10:02 AM UTC
- HN karma
- 57
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About bobivl
No profile information was provided.
Recent public activity
- story
-
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...
- comment
- story
- story
-
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.
- story
-
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).
-
comment
Comment #35085762
English version here: https://www.heise.de/news/GPT-4-is-coming-next-week-and-it-w...
- story
-
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…
-
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…
-
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…
- story
-
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…
- story
- story
-
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.
- story