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/tools/install.sh)" And I get the…
Been looking for something like git machete for the longest time, thanks for sharing!
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 looking at the in-app purchases section…
I think OP might have meant something closer to neumorphic/ claymorphic design?
Man (capital M) is probably being interpreted as some proper noun, maybe Isle of Man in this case?
twelve-ten+five= six (84%) Close enough I suppose
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 apps coopt Linear's style? Not saying…
Seems like Python support is up next for this project: https://github.com/anistark/feluda/pull/18
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 support for scanning
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 critical I think, this is twice so far this…
Was trying to install homebrew on a device and kept wtfing because the clone step kept failing… thought I was crazy
happy new year HN :)
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 aware lol). We’ve set up some CLI tools to…
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 fact that they live in a place called…
Very informative, thank you!
Former guy who used to reverse engineer Venmo/ other fintech/ bank APIs here. They really don’t care most of the time
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 browser console on this HN post to…
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 check if screenX and screenY are…
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 work with. Copilot has definitely…
> 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 risk of diverging implementations of the…
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 npm packages: - @jest/globals (I use…
> As Bitsight continues to investigate the traffic patterns exhibited by CrowdStrike machines across organizations globally, two distinct points emerge as “interesting” from a data perspective. Firstly, on July 16th at…
We're so close to being able to create our own Tayne (https://www.youtube.com/watch?v=a8K6QUPmv8Q)
Link to post referenced in the above link: https://eclecticlight.co/2024/06/01/pdf-on-macs-the-rise-and...
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 general sentiment here to just not…
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/tools/install.sh)" And I get the…
Been looking for something like git machete for the longest time, thanks for sharing!
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 looking at the in-app purchases section…
I think OP might have meant something closer to neumorphic/ claymorphic design?
Man (capital M) is probably being interpreted as some proper noun, maybe Isle of Man in this case?
twelve-ten+five= six (84%) Close enough I suppose
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 apps coopt Linear's style? Not saying…
Seems like Python support is up next for this project: https://github.com/anistark/feluda/pull/18
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 support for scanning
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 critical I think, this is twice so far this…
Was trying to install homebrew on a device and kept wtfing because the clone step kept failing… thought I was crazy
happy new year HN :)
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 aware lol). We’ve set up some CLI tools to…
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 fact that they live in a place called…
Very informative, thank you!
Former guy who used to reverse engineer Venmo/ other fintech/ bank APIs here. They really don’t care most of the time
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 browser console on this HN post to…
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 check if screenX and screenY are…
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 work with. Copilot has definitely…
> 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 risk of diverging implementations of the…
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 npm packages: - @jest/globals (I use…
> As Bitsight continues to investigate the traffic patterns exhibited by CrowdStrike machines across organizations globally, two distinct points emerge as “interesting” from a data perspective. Firstly, on July 16th at…
We're so close to being able to create our own Tayne (https://www.youtube.com/watch?v=a8K6QUPmv8Q)
Link to post referenced in the above link: https://eclecticlight.co/2024/06/01/pdf-on-macs-the-rise-and...
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 general sentiment here to just not…