Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
G1N
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
G1N
1y ago
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)
2.
▲
by
G1N
1y ago
Been looking for something like git machete for the longest time, thanks for sharing!
3.
▲
by
G1N
1y ago
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 on the App Store list
4.
▲
by
G1N
1y ago
I think OP might have meant something closer to neumorphic/ claymorphic design?
5.
▲
by
G1N
1y ago
Man (capital M) is probably being interpreted as some proper noun, maybe Isle of Man in this case?
6.
▲
by
G1N
1y ago
twelve-ten+five= six (84%) Close enough I suppose
7.
▲
by
G1N
2y ago
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 styl
8.
▲
by
G1N
2y ago
Seems like Python support is up next for this project: https://github.com/anistark/feluda/pull/18
9.
▲
by
G1N
2y ago
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
10.
▲
by
G1N
2y ago
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 year that we
11.
▲
by
G1N
2y ago
Was trying to install homebrew on a device and kept wtfing because the clone step kept failing… thought I was crazy
12.
▲
by
G1N
2y ago
happy new year HN :)
13.
▲
by
G1N
2y ago
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 help with this (basi
14.
▲
by
G1N
2y ago
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 Cumming
15.
▲
by
G1N
2y ago
Very informative, thank you!
16.
▲
by
G1N
2y ago
Former guy who used to reverse engineer Venmo/ other fintech/ bank APIs here. They really don’t care most of the time
17.
▲
by
G1N
2y ago
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 confirm): ((
18.
▲
by
G1N
2y ago
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
19.
▲
by
G1N
2y ago
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 helped me speed up vi
20.
▲
by
G1N
2y ago
> 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 same thin
21.
▲
by
G1N
2y ago
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/g
22.
▲
by
G1N
2y ago
> 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 around 22:00 there
23.
▲
by
G1N
2y ago
We're so close to being able to create our own Tayne ( https://www.youtube.com/watch?v=a8K6QUPmv8Q )
24.
▲
by
G1N
2y ago
Link to post referenced in the above link: https://eclecticlight.co/2024/06/01/pdf-on-macs-the-rise-and...
25.
▲
by
G1N
2y ago
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 overcomplicate it at all if po
26.
▲
by
G1N
3y ago
Companion nytimes article for anyone interested: https://archive.ph/MVmoX
27.
▲
by
G1N
4y ago
I got my second job because I once wrote a blog post about scraping some web pages… pretty nice ROI (though my personal experience is baiter hasn’t been updated in maybe 4 years… I should do that soon)
28.
▲
by
G1N
4y ago
I didn't see any API offered anywhere (which I would definitely love), so I decided to poke around. https://apirank.dev/__data.json will return paged data sources (query param ?p={pageNum}), and what really caught my i
29.
▲
by
G1N
5y ago
MaxRewards | Fullstack Developers/ Platform (Financial API) Engineers | Full-Time, Remote (US Only, Atlanta-based) | https://maxrewards.co MaxRewards is an Atlanta-based financial technology company that enriches people
30.
▲
by
G1N
5y ago
I have an Edward Tufte Jekyll theme with dark mode here: https://ibrahimsaberi.com/ , not the same as this one but hopefully similar enough
More ›