Live data from Hacker News

Viewing profile — neilyio

neilyio

HN member
Joined
Sat, Jun 20, 2020, 1:13 AM UTC
HN karma
152
Public activity
39 items

About neilyio

No profile information was provided.

Recent public activity

  1. comment
    Comment #48251656

    I couldn’t resist a quick Google search for this. “Mary Jackson is a world-famous African-American sweetgrass basket weaver. In 2008, she was named a MacArthur Fellow for her baske…

  2. comment
    Comment #47271566

    Delightful metaphor, I'll be looking everywhere for a chance to use that now!

  3. comment
    Comment #43143969

    This whole place only stands up because of dang. Someday (too) soon, AI moderators will be all we have to keep the peace in our forums... and dang is our most precious training res…

  4. comment
    Comment #41522306

    A lot of comments on this thread seem to feel like the “why” of this matter is settled with an answer of “The men have more experience and are working higher-level jobs. Therefore,…

  5. comment
    Comment #41257654

    Very happy to see more tools like this. There is so much potential for interactive tabs and sheet music with YouTube videos. I only found out about https://www.soundslice.com recen…

  6. comment
    Comment #41048923

    You'll want to reserve ahead on a weekend! They have strict capacity limits, which is why it never feels too crowded. I'm amazed at how many of us in Los Angeles live here for year…

  7. comment
    Comment #41047636

    Would you be open to mentoring someone curious about doing so?

  8. comment
    Comment #40941332

    What a place we live in where someone can see "policing and prosecuting" as "basic government functions" rather than "community building".

  9. comment
    Comment #40754898

    This seems like a pretty low price to pay for the huge upsides of safer rides and potentially lower car ownership, on top of the more comfortable experience discussed elsewhere her…

  10. comment
    Comment #40456299

    I use shell scripts left and right for all kinds of things in my regular dev workflow. Running tests with various configurations. Complex tmux layouts. Syncing non-got data. I coul…

  11. comment
    Comment #40447242

    It features a time-travel database, if that helps! https://biffweb.com/p/xtdb-compared-to-other-databases/

  12. comment
    Comment #40447180

    Clojure has some very expressive destructuring syntax as well: https://clojure.org/guides/destructuring

  13. comment
    Comment #40447058

    I see your point here... I was addressing to the feedback loop during development time. Babashka works well for Clojure in a Unix tool pipeline. It's also possible to compile your …

  14. comment
    Comment #40446802

    Seconded. I'm also a big fan of Aphyr's "Clojure from the ground up" series: https://aphyr.com/posts/301-clojure-from-the-ground-up-welco...

  15. comment
    Comment #40446780

    When you get into REPL-driven development, the JVM startup time (which is often under a second for me anyways) is a total non-issue. You don't continuously restart your program to …

  16. comment
    Comment #40446734

    I use Helix [0] myself, which has tree-sitter based commands for moving + selecting up/down/forward/back by expressions. These are built-in and require no configuration. It's surpr…

  17. comment
    Comment #40446668

    HoneySQL is so, so good. It does for SQL what Hiccup did for HTML. Once you start writing with those, it's hard to remember there's any other way.

  18. comment
    Comment #40446580

    Check out Biff, it's very thoughtfully made: https://biffweb.com

  19. comment
    Comment #40446565

    Soon there will be! https://jank-lang.org

  20. comment
    Comment #40446533

    I agree. It's a breath of fresh air in the Clojure world. I'm grateful to thoughtful builders like yourself and borkdude for bringing the language to new heights.

  21. comment
    Comment #40446498

    I'll second that the popular tooling, while powerful and reliable, its just not user friendly. The official Clojure CLI, for example, is just plain confusing, and that's most peopl…

  22. comment
    Comment #40445585

    And when you're ready to take the fun to the web, look no further than Biff: https://biffweb.com

  23. comment
    Comment #40445497

    I'm an advocate for Clojure, and while I believe that the usability speed bumps are more than made up for, I completely agree with you. The awkwardness of Clojure's errors, REPL ex…

  24. comment
    Comment #40445197

    If you are new to Clojure and would like to experiment with it in a way that is immediately useful, I highly recommend the Babashka runtime for scripting [0]. It's very fun, approa…

  25. story