Viewing profile — G1N
G1N
HN member- Joined
- Wed, Nov 14, 2018, 11:48 PM UTC
- HN karma
- 56
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About G1N
Recent public activity
-
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…
-
comment
Comment #44136848
Been looking for something like git machete for the longest time, thanks for sharing!
-
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…
-
comment
Comment #44076040
I think OP might have meant something closer to neumorphic/ claymorphic design?
-
comment
Comment #43989028
Man (capital M) is probably being interpreted as some proper noun, maybe Isle of Man in this case?
-
comment
Comment #43988999
twelve-ten+five= six (84%) Close enough I suppose
-
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…
-
comment
Comment #42924296
Seems like Python support is up next for this project: https://github.com/anistark/feluda/pull/18
-
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…
-
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…
-
comment
Comment #42692279
Was trying to install homebrew on a device and kept wtfing because the clone step kept failing… thought I was crazy
-
comment
Comment #42563914
happy new year HN :)
-
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…
-
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…
-
comment
Comment #42200997
Very informative, thank you!
-
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
-
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…
-
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…
-
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 …
-
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…
-
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 …
-
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…
-
comment
Comment #40846069
We're so close to being able to create our own Tayne ( https://www.youtube.com/watch?v=a8K6QUPmv8Q )
-
comment
Comment #40585106
Link to post referenced in the above link: https://eclecticlight.co/2024/06/01/pdf-on-macs-the-rise-and...
-
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…