Viewing profile — anardil
anardil
HN member- Joined
- Tue, Apr 07, 2015, 3:53 AM UTC
- HN karma
- 123
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About anardil
Recent public activity
-
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-
-
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…
-
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
-
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…
-
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.
-
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…
-
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…
-
comment
Comment #42033776
I'll have to give this a try, thank you for the suggestion!
-
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…
-
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.
-
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 …
-
comment
Comment #42032718
Wow, hello! This is my repository. I'm happy to answer any questions.
-
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…
-
comment
Comment #36592903
https://anardil.net D&D, tech, and scuba diving!
-
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…
-
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…
- story
-
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
-
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…
-
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
-
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
- story
- story
-
comment
Comment #23788284
Shellcheck https://github.com/koalaman/shellcheck has excellent functional unit tests
- story