Live data from Hacker News

Viewing profile — jD91mZM2

jD91mZM2

HN member
Joined
Thu, Oct 12, 2017, 5:19 AM UTC
HN karma
344
Public activity
35 items

About jD91mZM2

No profile information was provided.

Recent public activity

  1. comment
    Comment #21385368

    I'm afraid I'm not the messiah you're looking for, then. This is not a replacement for subtrees/submodules. But from my limited experience I agree with what you're saying :)

  2. comment
    Comment #21375438

    I believe there's some confusion around what git-subcopy does. It doesn't actually preserve history or anything like it. It just clones a certain file into your repository as a new…

  3. comment
    Comment #21370726

    (Note that subtree is a user-contributed script, but it's been made to ship with most git installations)

  4. comment
    Comment #21370615

    I'm unfamiliar with that tool, so you tell me! Looks like it though, from what I'm reading, with the exception of keeping the internal configuration in a git-friendly format instea…

  5. comment
    Comment #21370595

    Not sure I understand the question correctly, but here goes: My personal bias is to keep using submodules or at least subtrees where possible, mainly because it's builtin and becau…

  6. comment
    Comment #21370455

    Thank you for the feedback, I'll update the README EDIT: Updated

  7. story
  8. story
  9. comment
    Comment #18290251

    tmux is pretty darn neat for having multiple terminals inside one terminal, and it's tiling instead of floating. Also lets you detach sessions.

  10. comment
    Comment #18290234

    It doesn't. Would be an interesting thing to add perhaps, but then I'd need to add some kind of daemon I believe. I also don't want to compete with the existing software as there's…

  11. comment
    Comment #18290214

    I just click anywhere there's not a window. Didn't wanna add shortcuts as I'd need some way to escape them

  12. comment
    Comment #18290212

    I use xmonad but with xfce4-panel. Dotfiles: https://gitlab.com/jD91mZM2/dotfiles

  13. comment
    Comment #18269758

    Getting I/O errors uploading the asciinema cast, but here's a preview: https://streamable.com/4hoqh

  14. story
  15. comment
    Comment #17735997

    I gotta say what I really like about macros are that ( and )s are matched. If you say: while ($($cond:tt)*) { You'll actually match both while (true) { and while (5 * (2 + 3)) { . …

  16. comment
    Comment #17735988

    I think that I actually managed to get the language server to take 100% CPU once, I think it was stuck recursing. Don't want to dig deeper because I had to REISUB my computer, heh.…

  17. story
  18. comment
    Comment #16343243

    Since only the keypair is cached, certificates are generated on each startup. This means they never expire (unless you run your application without any interruptions for a whole ye…

  19. comment
    Comment #16340438

    True, didn't think of that. The server would still have to generate it using a command though... I like having things automated.

  20. comment
    Comment #16340427

    The hash is a lot smaller and less likely to be subject of a copy-paste error ¯\_(ツ)_/¯

  21. story
  22. story
  23. story
    Ask HN: Why Is My VPN's IPs Blocked from Hacker News?

    A few of my VPN's IPs seem to be blocked. I just get greeted with an empty page (I checked inspect element). Is there any way to submit an unban request to these IPs? It's really a…

  24. story
  25. comment
    Comment #15733603

    Awesome, thanks! It feels like a lot of people dislike Ruby, but I'm glad some people still like it. I think it's a good Python alternative, and has syntax that reminds you of Rust…