j88439h84's comments

j88439h84 | 5 years ago | on: NSA Owns Everything (2015)

I don't remember WiFi or CPU backdoors in Snowden, ShadowBrokers, or Intel 2020. Unless by "backdoor" you just mean NSA holds zero days on various important technologies, which is reasonably likely given EternalBlue. Is that what you mean?

j88439h84 | 5 years ago | on: JuliaDB

It looks like barely faster than Pandas?

j88439h84 | 5 years ago | on: Linux 5.8-rc1

> Can know for sure

can know what -- that there isn't a backdoor? I can look at Linux source all day and not find the answer to that.

j88439h84 | 5 years ago | on: Linux 5.8-rc1

> Certainly better than closed source Windows 10 and OSX.

How can you tell?

j88439h84 | 5 years ago | on: Crush: A command line shell that is also a powerful modern programming language

A similar idea is Mario, for Python code in shell pipelines. Its most novel feature is (optional) async commands, so you can pipe in a list of urls, make many concurrent requests, and then process them in a single line.

    cat urls.txt | mario async-map 'await asks.get ! x.json()' apply len
https://github.com/python-mario/mario

Nushell also seems cool, it's somewhat similar to Powershell. https://github.com/nushell/nushell

page 1