Viewing profile — rabysh
rabysh
HN member- Joined
- Wed, Aug 19, 2015, 3:26 PM UTC
- HN karma
- 12
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About rabysh
No profile information was provided.
Recent public activity
-
comment
Comment #46998098
That was an amazing read, thanks for sharing!
-
comment
Comment #43856540
gzip/gunzip might also be redundant if using ssh compression with -oCompression=on or -C on the ssh call
-
comment
Comment #43856527
I think this could be a single pipeline? ssh username@server "sqlite3 my_remote_database.db .dump | gzip -c" | gunzip -c | sqlite3 my_local_database.db
-
comment
Comment #43800876
This looks like a very good opportunity for explaining how fast computers are and how spinning up infra doesn't always make sense. I'd try to show how much a single process could s…
-
comment
Comment #13423767
That's for deleting a tag, but is it possible to remove a tag from a note? (aka untag a note)
-
comment
Comment #11453964
Don't forget that rsyslog can also parse and generate structured data (json with mmjsonparse for input + templates with json escaping for output). It can also queue up messages in …
-
comment
Comment #10086385
6M! that's great. But that's not comparing apples to apples, the best test they did was using a 40 core machine with a 10gbe NIC. These cards usually have as many receive/send queu…