Hacker Newsnew | past | comments | ask | show | jobs | submit | realitylabs's commentslogin

Love this!

Thank you! This was a good intro to using duckdb for me with easily relatable content and cool maps.


Does this have offline archival ability or link to something that does? I struggle with saving links that are then offline when I use them for supplementary research sometimes months or years later and would like to have something that will download the site as well when I add it to the tool..


Unfortunately it does not at the moment, I was working on that feature before jumping onto a new project and I was not able to deliver it in time. It’s probably going to come in the future though


Wow. This was great advice. Remind me to look you up when I present my next project. Thank you for modeling what a great critique looks like.


My gmail address is DoreenMicheleTraylor. Let me know if you need anything else.


In case you don't know anything about the giver of that gift, check their profile. My jaw dropped when I saw who wrote it.


Very likely less than 99.5% accuracy based on my testing…

… or …. I guess it’s possible that someone is drugging me several times a day, cloning my SIM card, putting it in another device and flying all over the U.S.


Are any of these published or would you share an example?


Nothing published, they're typically not very complex.

Things of interest for CLI stuff:

    #!/usr/bin/env elixir
Use Mix.install like so

    Mix.install([
      {:jason, "~> 1.4"},
    ])
Execute shell commands

    {output, status_code} = System.cmd("ls", ["-la"])
For handling files and paths:

    Path.join/2
    __ENV__.file
    Path.dirname/1
    Path.expand/1
    File.lstat/1
    File.read/1
Parsing arguments

    argv = System.argv()
    OptionParser.parse(argv, [strict: [switch: :boolean], aliases: [s: :switch]])
    exit({:shutdown, status_code}) # for shutting down with an error
For printing colors (from docs)

    iex> IO.ANSI.format(["Hello, ", :red, :bright, "world!"], true)


Very grateful for you and it.


Ditto.


Will this work for GitHub Enterprise customers on AWS?


At first glance, this appears that it could have considerable potential. What do you think about changing the name to something unique since it’s so early on? Ethereal -> Wireshark, etc…..


I hope I don't have to change it. I quite like that it sounds like train, since it's what it does. Someone mentioned a company by that name but I think I am in the clear because they are in a completely different industry.

I'd be more worried about someone in John Coltrane's estate having an issue with it.


Its a perfect name


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: