Live data from Hacker News

Viewing profile — AndyKluger

AndyKluger

HN member
Joined
Sun, Apr 24, 2022, 3:07 PM UTC
HN karma
43
Public activity
80 items

About AndyKluger

No profile information was provided.

Recent public activity

  1. comment
    Comment #45664639

    These are not developed to that point, really, but you might be interested in dt and mshell. https://github.com/so-dang-cool/dt https://github.com/mitchpaulus/mshell

  2. comment
    Comment #43762194

    What do you think stack based languages like Factor miss in this regard?

  3. comment
    Comment #43762162

    FWIW in Factor you can set dynamic variables with "coolvalue" thisisthevar set or if you use the `variables` vocab, alternately: "coolvalue" set: thisisthevar and lexical variables…

  4. comment
    Comment #43761967

    Thank you! Because I love to practice and demonstrate Factor, this is working code for that example: "f1.txt" "f2.txt" [ utf8 file-lines [ string>number ] map ] bi@ vdot

  5. comment
    Comment #43761720

    Do concatenative langs like Factor fit the bill?

  6. comment
    Comment #42636454

    An alternative (like arrow keys) would be great, as I don't think I can right-click-drag with my touchpad.

  7. comment
    Comment #42044156

    I tried pasting the CSS from https://cdn.jsdelivr.net/npm/water.css@2/out/water.css , which sets link color to #0076d1, but the links still render in black, which is hard to read w…

  8. comment
    Comment #42044024

    Neat CSS looks very good! I can't remember if I gave it a proper try before. Some time ago I trialed a bunch of classless CSS projects, paired with Hugo using the "classless-blog" …

  9. comment
    Comment #41802436

    1. That's a good looking Hugo theme! 2. Implicitly chain everything all the time! In Factor, you might do it as: reverse [ sq ] [ even? ] map-filter [ . ] each Or with a little les…

  10. comment
    Comment #41727336

    A major reason I stick with yadm, aside from that it works great and offers me no trouble, is that for basic usage I can just reuse my existing familiarity with the git interface, …

  11. comment
    Comment #41605540

    Sorry this is totally unrelated, but I don't know how to notice replies on HN, and missed a question from you 5 months ago, and HN won't let me reply to that old comment. You asked…

  12. comment
    Comment #41593396

    I'll add that https://github.com/0xType/0xProto is worth checking out, if you haven't. What mono (and proportional) fonts do you find work best for you?

  13. comment
    Comment #41587892

    You can configure your build to be wider than default. In order of increasing width: - semi-extended - extended - extra-extended - ultra-extended I think by default the extended va…

  14. comment
    Comment #41583819

    There's a font apparently based on Andika with some disambiguating improvements, called Cadman.

  15. comment
    Comment #41583420

    Iosevka is absolutely wonderful! I have my own builds -- not based on AH's glyph choices, but also chosen to minimize glyph ambiguity. I'll mention another great legible monospace …

  16. comment
    Comment #41034818

    Yeah that one's annoying. I got used to a "recent" alias (Zsh): if (( $+commands[eza] )) { alias recent="eza --binary --octal-permissions --no-permissions --git -snew --icons=alway…

  17. comment
    Comment #40875711

    What's the license? Is there a repo?

  18. comment
    Comment #40383990

    I'm also a big fan of mise for managing development runtimes, and while I haven't tried its own task runner functionality, it does feature some: https://mise.jdx.dev/tasks/

  19. comment
    Comment #40345906

    For Python projects, I like to use Taskipy as the UX entry point. If any task itself is more than a one liner but doesn't need Python, I'll have it invoke a shell script from a mk …

  20. comment
    Comment #40160421

    Are we expected to be able to drag and drop elements in the List and Board examples, on mobile browsers? I can't, but I look forward to trying on a computer. https://atlassian.desi…

  21. comment
    Comment #39911493

    I understand this is probably not a priority or concern at all, but FYI this is what the page looks like with uBlock Origin configured as what they call "hard mode:" https://cdn.im…

  22. comment
    Comment #39803463

    It's not glyph-ish those APL style languages you like, but have you given Factor a good go?

  23. comment
    Comment #39784097

    Not an array language (AFAIU), but here are some of the mentioned problems solved in (glorious) Factor: : find-gcd ( nums -- gcd ) [ infimum ] [ supremum ] bi gcd nip ; : max-wealt…

  24. comment
    Comment #39502304

    If this interests anyone who hasn't played with it yet, I highly recommend trying out Factor. For me, it makes programming fun again. Some good practice problems can be found on Ad…

  25. comment
    Comment #39323232

    FYI I didn't log into my tuta account for a while and they deleted it completely. No way I can recover the data and personal connections I made using it. Also Discord was like "yea…