Tag: Running environment

  • Going SQL: Postgres (1/3)

    Intro We tested (very quickly) a MongoDB “No SQL” backend in a former post. But many a time, good’ol SQL will be just good enough for a Backend. In the “Data Science” world, SQL is right up in the top list of key concepts. So let’s make a point to consider it in this Blog.…

  • A revelation: R Futures

    Intro I have been accepting (NOT complaining about) R limitation of being mono-core, monothread. For a long time. Actually, for years. I even went all the way to using Docker to distribute compute load across CPUs of one (or more) physical machine. It was just something I had “assumed” was like that. But what little…

  • More external data sources tests: OWASP Amass

    So I already wrote a quick post on Shodan recently. I’ve come across plenty of data sources over time (IPVoid, DomainTools, NetworksDB, the usual Virustotal (…), on top of the classics tools for discovery like whois & nslookup/dig and well, a long list). But I’ve been pointed to a new tool that I didn’t know…