Live data from Hacker News

Viewing profile — anardil

anardil

HN member
Joined
Tue, Apr 07, 2015, 3:53 AM UTC
HN karma
123
Public activity
40 items

About anardil

https://goto.anardil.net

Recent public activity

  1. comment
    Comment #48781950

    No file found “gandalf-” isn't a valid GitHub username. Not anymore you mean. It was 12 years ago and those accounts still exist https://github.com/gandalf-

  2. comment
    Comment #46623582

    https://goto.anardil.net/ - Launchpad for all my other (16!) sites. The main ones are: https://diving.anardil.net/ - Scuba diving picture gallery; organized by timeline, common nam…

  3. comment
    Comment #42045476

    I'll admit it's mostly this way because I thought ExistentialQuantification sounded cool and wanted to give a try with classes - this could definitely be tidied up

  4. comment
    Comment #42035593

    The rules were different in 2014 when I made my account! It's actually quite annoying because lots of 3rd party GitHub integrations puke immediately saying I have an invalid userna…

  5. comment
    Comment #42034111

    Thank you for the suggestion, I'll give this a whirl! I've fussed around with `--ghc-options '-optl-static -fPIC'` and the like in years past without success.

  6. comment
    Comment #42033961

    You're right! Data.ByteString.Lazy is Word8 under the covers, so wide characters are truncated. tr takes a similar short cut. Swapping to Data.Text would fix that. Where simplicity…

  7. comment
    Comment #42033871

    Definitely. Depending on how long you've spent staring at the contents of /bin/ and /usr/bin/ you'll notice there are definitely some array or matrix oriented utils (or options) mi…

  8. comment
    Comment #42033776

    I'll have to give this a try, thank you for the suggestion!

  9. comment
    Comment #42033774

    It definitely has some sharp edges. One advantage is skipping computations (and the IO they'd need) that don't end up getting used, which let's you do some clever looking things/ i…

  10. comment
    Comment #42033734

    Thank you! This is one of my favorites. User declared variables are next on the todo list, when I get back to it.

  11. comment
    Comment #42033731

    Performance (execution, memory) is generally in the same ballpark as the BSD versions, with some caveats specific to utils that do lots of in place data manipulation. cut comes to …

  12. comment
    Comment #42032718

    Wow, hello! This is my repository. I'm happy to answer any questions.

  13. story
    Show HN: Configurable Pirate Insult Generator

    Arr HN! I had a need for pirate themed insults for a D&D campaign last year and put together a generator using recursive templating. Generations are scored on a couple axes (vulgar…

  14. comment
    Comment #36592903

    https://anardil.net D&D, tech, and scuba diving!

  15. comment
    Comment #34385153

    It's an interesting/challenging exercise to work through implementing some basic functions in BF, ie thinking only in loops. I implemented an optimizing interpreter in Bash[1] on a…

  16. comment
    Comment #30938556

    https://goto.anardil.net/ My root dashboard, links to all other sites! Some interesting sub-sites https://www.anardil.net/ My blog on programming and CS projects https://diving.ana…

  17. story
  18. comment
    Comment #29634512

    I can second this; I've been with them for 8 years without complaints and really appreciate the record detail masking for my .net domain

  19. comment
    Comment #29060130

    You can take this even further by rewriting bash functions at runtime if you like. `declare` gives you direct access to the function body https://www.anardil.net/2018/dynamic-shell…

  20. comment
    Comment #26929959

    Strange that IE can handle it, no console errors or warnings. The head and body tags are empty on the page, so a blank render is expected

  21. comment
    Comment #26662204

    All the source is here - https://public.anardil.net/code/diving/ The site is completely static, served from a Nginx reverse proxy to Digital Ocean Spaces

  22. story
  23. story
  24. comment
    Comment #23788284

    Shellcheck https://github.com/koalaman/shellcheck has excellent functional unit tests

  25. story