Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anardil
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
anardil
3mo ago
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.
▲
by
anardil
8mo ago
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 name, taxonomy, and more htt
3.
▲
by
anardil
2y ago
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.
▲
by
anardil
2y ago
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 username.
5.
▲
by
anardil
2y ago
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.
▲
by
anardil
2y ago
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 conflicted with compatibility, I've chosen the fo
7.
▲
by
anardil
2y ago
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) missing like column. cut co
8.
▲
by
anardil
2y ago
I'll have to give this a try, thank you for the suggestion!
9.
▲
by
anardil
2y ago
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/ ignore some details. That's hard to
10.
▲
by
anardil
2y ago
Thank you! This is one of my favorites. User declared variables are next on the todo list, when I get back to it.
11.
▲
by
anardil
2y ago
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 mind as an example, slicing and dicing lines into fields qui
12.
▲
by
anardil
2y ago
Wow, hello! This is my repository. I'm happy to answer any questions.
13.
▲
Show HN: Configurable Pirate Insult Generator
(pirates.anardil.net)
3 points
by
anardil
3y ago
|
1 comments
14.
▲
by
anardil
3y ago
https://anardil.net D&D, tech, and scuba diving!
15.
▲
by
anardil
4y ago
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 plane ride, and it's still one of my favorit
16.
▲
by
anardil
4y ago
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.anardil.net&
17.
▲
Exploring scuba diving pictures with Matplotlib
(anardil.net)
1 points
by
anardil
5y ago
|
0 comments
18.
▲
by
anardil
5y ago
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.
▲
by
anardil
5y ago
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-scripting.html (self plug)
20.
▲
by
anardil
5y ago
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.
▲
by
anardil
5y ago
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.
▲
Show HN: Pacific Northwest Diving Gallery
(diving.anardil.net)
1 points
by
anardil
5y ago
|
2 comments
23.
▲
Tee in Haskell using streaming-bytestring
(anardil.net)
5 points
by
anardil
6y ago
|
0 comments
24.
▲
by
anardil
6y ago
Shellcheck https://github.com/koalaman/shellcheck has excellent functional unit tests
25.
▲
Implementing split in Haskell
(anardil.net)
2 points
by
anardil
6y ago
|
0 comments
26.
▲
by
anardil
7y ago
That'd be great! I saw some todos, but you'll have the best perspective on what's important. I'm https://github.com/Gandalf-
27.
▲
by
anardil
7y ago
Very neat! I've been working on a network application in Haskell too; this is a great reference. Is this project still active? Are there some features you'd like help developing?
28.
▲
by
anardil
7y ago
Hyperscale Network Attached Storage! Disclaimer: I work on Isilon
29.
▲
AutoCLI: generate CLI menus for scripts
(anardil.net)
2 points
by
anardil
8y ago
|
0 comments
30.
▲
Dynamic Shell Scripting
(anardil.net)
16 points
by
anardil
8y ago
|
0 comments
More ›