MongoDB by Ciro Santilli 35 Updated +Created
List databases:
echo 'show dbs' | mongo
Delete database:
use mydb
db.dropDatabase()
or:
echo 'db.dropDatabase()' | mongo mydb
View collections within a database:
echo 'db.getCollectionNames()' | mongo mydb
Show all data from one of the collections: stackoverflow.com/questions/24985684/mongodb-show-all-contents-from-all-collections
echo 'db.collectionName.find()' | mongo mydb
Hierarchical Data Format by Ciro Santilli 35 Updated +Created
Reclaim the Streets by Ciro Santilli 35 Updated +Created
Crystal system by Ciro Santilli 35 Updated +Created
Random number generation by Ciro Santilli 35 Updated +Created
Internet privacy by Ciro Santilli 35 Updated +Created
List of cryptocurrency exchanges by Ciro Santilli 35 Updated +Created
Contravariant vector by Ciro Santilli 35 Updated +Created
Factorio by Ciro Santilli 35 Updated +Created
Application programming interface by Ciro Santilli 35 Updated +Created
Computer security researcher by Ciro Santilli 35 Updated +Created
Ciro Santilli found out that he likes computer security researchers and vice versa.
It's a bit the same reason why he likes physicists: you can't bullshit with security.
You can't just talk nice and hope for people to belive you.
You can't not try to break things and just keep everyone happy in their false illusion of safety.
You can't do a half job.
If you do any of that, you will get your ass handed to you in a little gift bag.
Password by Ciro Santilli 35 Updated +Created
Malware by Ciro Santilli 35 Updated +Created
Scott Aaronson by Ciro Santilli 35 Updated +Created
Mathematics illustration software by Ciro Santilli 35 Updated +Created
Many plotting software can be used to create mathematics illustrations. They just tend to have more data-oriented rather than explanatory-oriented output.
Mainframe computer by Ciro Santilli 35 Updated +Created
Tape drive by Ciro Santilli 35 Updated +Created
One of the most enduring forms of storage! Started in the 1950s, but still used in the 2020s as the cheapest (and slowest access) archival method. Robot arms are needed to load and read them nowadays.
Video 1.
Web camera mounted insite an IBM TS4500 tape library by lkaptoor (2020)
Source. Footage dated 2018.
Open source CAD software by Ciro Santilli 35 Updated +Created
Optimization problem by Ciro Santilli 35 Updated +Created
Decompiler by Ciro Santilli 35 Updated +Created

There are unlisted articles, also show them or only show them.