Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
assafmo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
assafmo
6y ago
> 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/mo for 40 GB), but now telecom companies are w
2.
▲
by
assafmo
6y ago
https://www.sqlite.org/fts5.html
3.
▲
by
assafmo
6y ago
Bash Bonus #2: seq 1 10 | xargs -n 1 ./go-grab-xkcd -s -n
4.
▲
by
assafmo
7y ago
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 's/banana-
5.
▲
by
assafmo
7y ago
Personally I like parallel better because of the `--bar` option and `{}`, `{.}`, `{/}` and `{/.}`. And I usually just use it with `-P 1` anyway.
6.
▲
by
assafmo
7y ago
Also for me. Instagram, Facebook, WhatsApp and Google Photos just load forever. Android 8.1.
7.
▲
by
assafmo
7y ago
So what does viable mean?
8.
▲
Hosting your own PPA repository on GitHub
(assafmo.github.io)
3 points
by
assafmo
7y ago
|
0 comments
9.
▲
Show HN: SQLiteQueryServer – Bulk query SQLite database over the network
(github.com)
2 points
by
assafmo
7y ago
|
0 comments
10.
▲
by
assafmo
8y ago
I usually replace cat with pv and gets a nice progress bar and ETA :-)
11.
▲
Show HN: xioc – Extract IOCs from text, including “escaped” ones
(github.com)
2 points
by
assafmo
8y ago
|
0 comments
12.
▲
How do you get a specific .onion address for your hidden service?
(security.stackexchange.com)
4 points
by
assafmo
8y ago
|
0 comments
13.
▲
Shipping a New Mindset with SQLite in Windows 10 (2015)
(web.archive.org)
2 points
by
assafmo
8y ago
|
0 comments
14.
▲
by
assafmo
8y ago
Done.
15.
▲
by
assafmo
8y ago
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.
▲
by
assafmo
8y ago
Done. :-)
17.
▲
by
assafmo
8y ago
Thanks for the feedback! I think I'll do this. :-)
18.
▲
by
assafmo
8y ago
Moved to https://github.com/assafmo/gl-calc/tree/master/data
19.
▲
by
assafmo
8y ago
Cool!
20.
▲
by
assafmo
8y ago
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.
▲
by
assafmo
8y ago
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 now it's pretty jumpy even on high-end hardware. I need
22.
▲
by
assafmo
8y ago
Thanks for your feedback! I'll address this.
23.
▲
Show HN: Glycemic load calculator
(assafmo.github.io)
68 points
by
assafmo
8y ago
|
44 comments
24.
▲
Some more progress and ETA tricks
(assafmo.github.io)
1 points
by
assafmo
8y ago
|
0 comments
25.
▲
Merge multiple pcap files together, gracefully – joincap
(github.com)
2 points
by
assafmo
8y ago
|
0 comments
26.
▲
Show HN: Joincap – Merge multiple pcap files together, gracefully
(github.com)
1 points
by
assafmo
8y ago
|
0 comments
27.
▲
by
assafmo
8y ago
tshark always hogs my RAM and eventually crashes on > 4GB pcaps. I'd love to have a solution for this.
28.
▲
by
assafmo
8y ago
When breaking a pipe into two lines, I find it cleaner to end the first line with pipe instead of backslash. Then I indent the second line. Bash knows a command cannot end with pipe, therefore it's syntactically ok. E.g. cmd1 |
29.
▲
by
assafmo
8y ago
Thanks! I missed this. Fixed. :-)
30.
▲
Mounting partitions from a dd image
(assafmo.github.io)
85 points
by
assafmo
8y ago
|
34 comments
More ›