Viewing profile — Everdred2dx
Everdred2dx
HN member- Joined
- Sun, Aug 13, 2023, 5:37 PM UTC
- HN karma
- 98
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About Everdred2dx
No profile information was provided.
Recent public activity
-
comment
Comment #47906732
Yep, and already has been done. https://github.com/chiefautism/privacy-parser
-
comment
Comment #45688852
I had a ton of fun using Kaitai to write an unpacking script for a video game's proprietary pack file format. Super cool project. I did NOT have fun trying to use Kaitai to pack th…
-
comment
Comment #45444112
tiktok influencers seem to love them because they can record strangers without them knowing. so there’s that…
-
comment
Comment #45256710
Well limiting to specifically OP's example (M4 Mac), Asahi doesn't support it yet. :(
-
comment
Comment #44567619
They mentioned “rebuilding” in EC2. Probably just moved that over to Azure and no longer are bothering with serverless :)
-
comment
Comment #44567412
Yep. I've ran into this using Bugsnag for reporting on unhandled exceptions in Python-based lambda functions. The exception handler would get called, but because the library is asy…
-
comment
Comment #44547557
It's not AI but Ghidra has a cool feature called BSim which does something similar. Each function get's a "feature vector" which now that I think about it has some clear parallels …
-
comment
Comment #44547473
If you were using a user agent spoofing extension couldn't this be used to guess your "real" UA?
-
comment
Comment #44465154
Not to discount your overall point, but you're comparing a 25% increase with a 75% decrease here. Not quite the same thing
-
comment
Comment #43895641
Is the benefit of using a language server as opposed to just giving access to the codebase simply a reduction in the amount of tokens used? Or are there other benefits?
-
comment
Comment #43880211
It’s early days but check out Tracecat. I’ve been playing with it a bit and love it!
-
comment
Comment #43873826
Neat. Thanks!
-
comment
Comment #43866407
How would you scan for your api keys on repos outside of your organization? I assumed this was a dev’s personal repo.
-
comment
Comment #43688929
How does bedrock eliminate this problem?
-
comment
Comment #43601484
Yeah, feels like we’re writing web/API frameworks from scratch again without any of the lessons learned along the way. Just a matter of time though i’m hoping
-
comment
Comment #43490375
Is anyone working on a "catalog" of MCP servers? Searching on Github is not exactly the best way to discover these.
-
comment
Comment #43479124
I actually have only tried this once but had the opposite experience. Gave it 5 or so related functions from a ps2 game and it correctly inferred they were related to graphics code…
-
comment
Comment #43450754
Nice. This was one of the main shortcomings in Falcon that pushed me to switch some projects to FastAPI. That said FastAPI had many other benefits that went far beyond API specs.
-
comment
Comment #43370388
How does this siphon the secrets away? It looks like it just dumps them out to stdout and stops there.
-
comment
Comment #43297598
How does that work with sharing vaults between devices?
-
comment
Comment #43175660
Very interesting application of LLMs. Thanks for sharing!
-
comment
Comment #42994525
This was a very insightful comment. Cheers!
-
comment
Comment #42994251
As another commenter said, Telegram. 404 media has ran multiple stories on them. Here is one: https://www.404media.co/inside-the-com-world-war-robberies-b...
-
comment
Comment #42113027
I think what OP is suggesting is that this technical barrier artificial as it may have been helped foster community. I feel the same way as them!
-
comment
Comment #42101270
One of the most approachable distillations of CS research I've ever read. Thanks!