Viewing profile — Denvercoder9
Denvercoder9
HN member- Joined
- Sat, Oct 05, 2013, 8:05 PM UTC
- HN karma
- 5,570
- Public activity
- 1,210 items
- HN profile
- View on Hacker News ↗
About Denvercoder9
No profile information was provided.
Recent public activity
-
comment
Comment #48510830
DESIGN.md: > Each rule below is enforced mechanically by the skill, not left to vibes. > R1. Repo docs are the memory; not in HANDOFF.md = didn't happen SKILL.md: > Not in docs/HAN…
-
comment
Comment #48510722
I'm not up-to-speed with the current state of sandboxing in browsers, but in principle it's (on modern operating systems) not especially hard for them to sandbox the decoding into …
-
comment
Comment #47981248
> can't all the banks just agree to enforce 3DS They could, but it's one of those things that really only work if everybody joins. Because 3DS is rarely used right now, a portion o…
-
comment
Comment #47981160
Account Updater functionality isn't necessarily even involved there. In the end whether to accept a transaction is up to the issuer, and quite often they'll keep accepting recurrin…
-
comment
Comment #47980952
Indeed, I suspect that's what went on here. I don't think there even exist 99 providers of what's customary called a digital wallet (e.g. Apple/Google Pay), and there's no definite…
-
comment
Comment #47980900
> merchants can’t select what level of security they want from the credit card processor That really depends on the processor; many processors do allow merchants specify your accep…
-
comment
Comment #47980672
> but things like this are a matter of negotiation between the card issuers and the merchants. Not necessarily, the EU has mandated strong customer authentication by law (PSD2), an…
-
comment
Comment #47969415
I'm not advocating for delaying the disclosure at all; my point is, if you see your initial disclosure to the kernel didn't go anywhere, to be responsible is to put in a little ext…
-
comment
Comment #47969148
The situation with e.g. BlueHammer is fundamentally different: there, the only party that could act on it (Microsoft) ignored them. In this case, the parties that could act on it w…
-
comment
Comment #47968947
> I don't know what exactly can load this module Well, for one thing, opening an AF_ALG socket, as the exploit does.
-
comment
Comment #47968935
In my world, responsibility is not just checking a box of following industry practice. Responsibility, as Wikipedia puts it on their social responsibility page, is working together…
-
comment
Comment #47968796
None of the distros were.
-
comment
Comment #47968789
Not having the module loaded doesn't mean you're not vulnerable, the kernel loads the module on-demand when it's needed. I tried the exploit on such a system, and it worked. Howeve…
-
comment
Comment #47968732
Two things can be true simultaneously: the Linux kernel ecosystem should have done better at communicating this to their downstreams, and publicly sharing the exploit was irrespons…
-
comment
Comment #47653089
There's no contradiction, the point is that Bob is able to produce valid output using LLMs, but only while he himself is being supervised; and that he doesn't develop the skills to…
-
comment
Comment #46443937
> That's why it went beyond web, and why all modern native UI frameworks have a similar model these days. It's more the other way around, this model started on desktop (eg WPF) and…
-
comment
Comment #46443902
> It would be infinitely simpler if one could simply 'cross-compile' down to older symbol versions, but the tooling does not make this easy at all. It's definitely not easy, but it…
-
comment
Comment #46443885
> why would it be that way? It allows (among other things) the glibc developers to change struct layouts while remaining backwards compatible. E.g. if function f1 takes a struct as…
-
comment
Comment #46440279
The same's true for the radio on a Raspberry Pi, though.
-
comment
Comment #46440273
So yes, in theory you can always deploys sets of compatible services, but it's not really workable in practice: you either need to deploy the world on every change, or you need to …
-
comment
Comment #46439460
Some smartphones are locked down by their vendors. There's plenty of options to get full root access on something that's for all intents and purposes a smartphone, especially if yo…
-
comment
Comment #46439402
Maybe the database upgrade from v(N-17) to v(N-16) simply takes a while, and hasn't completed yet? Or the responsible team is looking at it, but it doesn't warrant the whole compan…
-
comment
Comment #46439284
https://github.com/jj-vcs/jj
-
comment
Comment #46439258
Blue/green might allow you to do (approximately) atomic deploys for one service, but it doesn't allow you to do an atomic deploy of the clients of that service as well.
-
comment
Comment #46439195
> Good luck getting 100+ devs to all use the same logical commit style The Linux kernel manages to do it for 1000+ devs.