Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bobivl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Randstorm: BitcoinJS vulnerability puts wallets pre 2016 at risk
(unciphered.com)
1 points
by
bobivl
3y ago
|
0 comments
2.
▲
by
bobivl
3y ago
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.
▲
Keylogger leaks data via Apple AirTag network
(heise.de)
29 points
by
bobivl
3y ago
|
12 comments
4.
▲
Llama.cpp speculative sampling: 2x faster inference for large models
(github.com)
4 points
by
bobivl
3y ago
|
1 comments
5.
▲
by
bobivl
3y ago
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.
6.
▲
by
bobivl
4y ago
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).
7.
▲
by
bobivl
4y ago
English version here: https://www.heise.de/news/GPT-4-is-coming-next-week-and-it-w...
8.
▲
Multimodal GPT-4 to be released next week
(heise.de)
41 points
by
bobivl
4y ago
|
11 comments
9.
▲
by
bobivl
4y ago
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 one-liner that only use these tools to execute the query. [1]
10.
▲
by
bobivl
8y ago
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 it run on very large file(s) because of the streaming nature
11.
▲
by
bobivl
9y ago
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 trying, I implemented a simple sql to bash transpiler that takes
12.
▲
Online SQL to Bash converter
(bigbash.it)
2 points
by
bobivl
9y ago
|
0 comments
13.
▲
by
bobivl
10y ago
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 csv data. Disclaimer: I am the main author. [1] http:/&
14.
▲
Show HN: BigBash.it – Turn your SQL query into a bash one-liner
(bigbash.it)
7 points
by
bobivl
10y ago
|
0 comments
15.
▲
You might not need jQuery
(youmightnotneedjquery.com)
1 points
by
bobivl
10y ago
|
0 comments
16.
▲
by
bobivl
10y ago
Java is only necessary for the "compilation" of the query. The resulting bash script uses only standard unix tools and runs without java.
17.
▲
Show HN: Bigbash – Generate bash one-liners from SQL queries on files without DB
(github.com)
9 points
by
bobivl
10y ago
|
4 comments