Live data from Hacker News

Viewing profile — G1N

G1N

HN member
Joined
Wed, Nov 14, 2018, 11:48 PM UTC
HN karma
56
Public activity
30 items

About G1N

full-stack garlic enjoyer

Recent public activity

  1. comment
    Comment #44270435

    No support for arm64 unfortunately :( OP, I tried installing via rosetta on macOS arm: arch -x86_64 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ezpieco/gethooky/master/to…

  2. comment
    Comment #44136848

    Been looking for something like git machete for the longest time, thanks for sharing!

  3. comment
    Comment #44076418

    This is a really cool app! I wish you would also put your pricing information on the website (as far as I can tell the only way to discover this without downloading the app is by l…

  4. comment
    Comment #44076040

    I think OP might have meant something closer to neumorphic/ claymorphic design?

  5. comment
    Comment #43989028

    Man (capital M) is probably being interpreted as some proper noun, maybe Isle of Man in this case?

  6. comment
    Comment #43988999

    twelve-ten+five= six (84%) Close enough I suppose

  7. comment
    Comment #43143569

    The "Features" and "Community" links don't navigate/ scroll anywhere for me. Using Chrome 133 arm64 on macOS. As an aside, is it just me or do a lot of these new project management…

  8. comment
    Comment #42924296

    Seems like Python support is up next for this project: https://github.com/anistark/feluda/pull/18

  9. comment
    Comment #42923573

    Would you be open to a PR adding support for installing from npm? Not sure if you guys are willing/ comfortable to publish there as well, but did notice you already have Node suppo…

  10. comment
    Comment #42878405

    They're saying PRs and issues but I can't access github.com or github oauth for logging into external services. Need to migrate our org off of using github auth for anything critic…

  11. comment
    Comment #42692279

    Was trying to install homebrew on a device and kept wtfing because the clone step kept failing… thought I was crazy

  12. comment
    Comment #42563914

    happy new year HN :)

  13. comment
    Comment #42354948

    Very different from everyone here I think, but we’re currently running into weird artifact eviction issues in our GitHub actions pipelines ( our fault for using GitHub CI, I’m awar…

  14. comment
    Comment #42201092

    Had an old roommate who moved here after getting married to be closer to family. Weirdly, the name never at any point came up so I think everyone is just kind of resigned to the fa…

  15. comment
    Comment #42200997

    Very informative, thank you!

  16. comment
    Comment #42179713

    Former guy who used to reverse engineer Venmo/ other fintech/ bank APIs here. They really don’t care most of the time

  17. comment
    Comment #42174868

    Based on the other replies here it seems like it's to differentiate taps vs mouse clicks, keyboard events in js don't have a screenX or screenY property (you can run this in your b…

  18. comment
    Comment #42174685

    RE this line of code at the bottom of the article: const isInvokedByMouse = event => event.type === 'click' && (event.screenX !== 0 || event.screenY !== 0); Why do you even have to…

  19. comment
    Comment #42167514

    Of course not. While some development acceleration might be expected, at best you'll get some multiple that is representative of the overall quality and experience of the devs you …

  20. comment
    Comment #42166988

    > Copy-paste is OK once. The second time you're introducing duplication (i.e., three copies), don't. You should have enough data points to create a good enough abstraction. The ris…

  21. comment
    Comment #41617770

    Sharing some packages, tsconfig.json, and jest.config.ts I used in a recent project that I'm pretty happy with below (I'm not using `"type": "module"` in my package.json. Relevant …

  22. comment
    Comment #41061444

    > As Bitsight continues to investigate the traffic patterns exhibited by CrowdStrike machines across organizations globally, two distinct points emerge as “interesting” from a data…

  23. comment
    Comment #40846069

    We're so close to being able to create our own Tayne ( https://www.youtube.com/watch?v=a8K6QUPmv8Q )

  24. comment
    Comment #40585106

    Link to post referenced in the above link: https://eclecticlight.co/2024/06/01/pdf-on-macs-the-rise-and...

  25. comment
    Comment #40064592

    I’ve to do this with OTP codes at work as well. Reimplementing paste here I’d say is pretty trivial (though you have to add Yet Another Event Listener) but I’d agree with the gener…